mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:35:53 +08:00
Set padding to 0 to remove vertical shift on Linux builds.
This commit is contained in:
parent
3073d7c349
commit
2669fbe608
@ -77,6 +77,7 @@ UM.TooltipArea
|
|||||||
anchors.left: fieldLabel.right
|
anchors.left: fieldLabel.right
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
padding: 0
|
||||||
width: numericTextFieldWithUnit.controlWidth
|
width: numericTextFieldWithUnit.controlWidth
|
||||||
height: numericTextFieldWithUnit.controlHeight
|
height: numericTextFieldWithUnit.controlHeight
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user