mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Adjust the slider label width a bit to look ok in macOS
This commit is contained in:
parent
7cd0f57f22
commit
b9a94a1025
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue