mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 03:43:12 +08:00
Adjust the slider label width a bit to look ok in macOS
This commit is contained in:
parent
7cd0f57f22
commit
b9a94a1025
@ -53,7 +53,7 @@ UM.PointingRectangle {
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
width: maximumValue.toString().length * 10 * screenScaleFactor
|
||||
width: maximumValue.toString().length * 12 * screenScaleFactor
|
||||
text: sliderLabelRoot.value + startFrom // the current handle value, add 1 because layers is an array
|
||||
horizontalAlignment: TextInput.AlignRight
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user