mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
Add left padding to numeric textfield
This commit is contained in:
parent
6ec7265d8e
commit
8de981f33d
@ -78,6 +78,7 @@ UM.TooltipArea
|
|||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
padding: 0
|
padding: 0
|
||||||
|
leftPadding: UM.Theme.getSize("narrow_margin").width
|
||||||
width: numericTextFieldWithUnit.controlWidth
|
width: numericTextFieldWithUnit.controlWidth
|
||||||
height: numericTextFieldWithUnit.controlHeight
|
height: numericTextFieldWithUnit.controlHeight
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user