From 2669fbe608e1fd37806665098ed99cf2d107427c Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Fri, 5 Jun 2020 09:05:12 +0100 Subject: [PATCH] Set padding to 0 to remove vertical shift on Linux builds. --- resources/qml/MachineSettings/NumericTextFieldWithUnit.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml index a4ff27391f..989f869970 100644 --- a/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml +++ b/resources/qml/MachineSettings/NumericTextFieldWithUnit.qml @@ -77,6 +77,7 @@ UM.TooltipArea anchors.left: fieldLabel.right anchors.leftMargin: UM.Theme.getSize("default_margin").width verticalAlignment: Text.AlignVCenter + padding: 0 width: numericTextFieldWithUnit.controlWidth height: numericTextFieldWithUnit.controlHeight