mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
continue layer slider labels - CURA-4412
This commit is contained in:
parent
ee0dabd837
commit
5740af04bb
2 changed files with 77 additions and 86 deletions
|
@ -186,8 +186,8 @@ Item {
|
|||
|
||||
height: sliderRoot.handleSize + UM.Theme.getSize("default_margin").height
|
||||
// width is calculated automatically from the input field width
|
||||
x: (sliderRoot.width / 2 - (parent.width / 2)) - width
|
||||
y: Math.floor(parent.y + parent.height / 2 - height / 2)
|
||||
x: parent.x - width // align with slider handle
|
||||
y: parent.anchors.top - height // align with slider? handle
|
||||
target: Qt.point(sliderRoot.width, parent.y + parent.height / 2)
|
||||
visible: sliderRoot.layersVisible
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue