Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2018-12-31 16:34:53 +0300
committerJaime van Kessel <nallath@gmail.com>2018-12-31 16:34:53 +0300
commite02fcd664c78a869daedffc5d7d8ea69e9dd9161 (patch)
treebee47fa95ed65231725a68649908a0f9d7e61f35 /plugins/SimulationView
parent6b5fec379cc71cb20dfd303e1da32dcafe08f715 (diff)
parent8dbebaa23c0ba8132e0245a62221cababb6bf3b4 (diff)
Merge branch '4.0' of github.com:Ultimaker/Cura
Diffstat (limited to 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/LayerSlider.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimulationView/LayerSlider.qml b/plugins/SimulationView/LayerSlider.qml
index 42b8cf0ba0..88f298d1f5 100644
--- a/plugins/SimulationView/LayerSlider.qml
+++ b/plugins/SimulationView/LayerSlider.qml
@@ -163,9 +163,9 @@ Item
id: rangleHandleLabel
height: sliderRoot.handleSize + UM.Theme.getSize("default_margin").height
- x: parent.x + parent.width + UM.Theme.getSize("default_margin").width
+ x: parent.x - width - UM.Theme.getSize("default_margin").width
anchors.verticalCenter: parent.verticalCenter
- target: Qt.point(sliderRoot.width + width, y + height / 2)
+ target: Qt.point(sliderRoot.width, y + height / 2)
visible: sliderRoot.activeHandle == parent
// custom properties