Finish layer slider label positions and cursor manipulation - CURA-4412

This commit is contained in:
ChrisTerBeke 2017-10-09 17:00:03 +02:00
parent 30a14dd7d6
commit e7e5e86611
2 changed files with 15 additions and 15 deletions

View file

@ -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