|
@@ -266,7 +266,7 @@ Item
|
|
|
anchors.bottom: parent.top
|
|
|
anchors.bottomMargin: UM.Theme.getSize("narrow_margin").height
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
- target: Qt.point(parent.width / 2, parent.top)
|
|
|
+ target: Qt.point(parent.width / 2, 1)
|
|
|
visible: sliderRoot.activeHandle == parent || sliderRoot.activeHandle == rangeHandle
|
|
|
|
|
|
// custom properties
|
|
@@ -376,7 +376,7 @@ Item
|
|
|
anchors.top: parent.bottom
|
|
|
anchors.topMargin: UM.Theme.getSize("narrow_margin").height
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
- target: Qt.point(parent.width / 2, parent.bottom)
|
|
|
+ target: Qt.point(parent.width / 2, -1)
|
|
|
visible: sliderRoot.activeHandle == parent || sliderRoot.activeHandle == rangeHandle
|
|
|
|
|
|
// custom properties
|