mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Finish layer slider label positions and cursor manipulation - CURA-4412
This commit is contained in:
parent
30a14dd7d6
commit
e7e5e86611
2 changed files with 15 additions and 15 deletions
|
|
@ -49,9 +49,7 @@ UM.PointingRectangle {
|
|||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
// width is based on text field contents, but never smaller than 20pts
|
||||
width: 40 * screenScaleFactor
|
||||
|
||||
text: sliderLabelRoot.value + 1 // the current handle value, add 1 because layers is an array
|
||||
horizontalAlignment: TextInput.AlignRight
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue