Browse Source

Add left padding to numeric textfield

Jaime van Kessel 4 years ago
parent
commit
8de981f33d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/MachineSettings/NumericTextFieldWithUnit.qml

+ 1 - 0
resources/qml/MachineSettings/NumericTextFieldWithUnit.qml

@@ -78,6 +78,7 @@ UM.TooltipArea
         anchors.leftMargin: UM.Theme.getSize("default_margin").width
         verticalAlignment: Text.AlignVCenter
         padding: 0
+        leftPadding: UM.Theme.getSize("narrow_margin").width
         width: numericTextFieldWithUnit.controlWidth
         height: numericTextFieldWithUnit.controlHeight