Browse Source

Fix layout of SettingTextField items

CURA-1278
fieldOfView 8 years ago
parent
commit
4877c35f06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Settings/SettingTextField.qml

+ 1 - 1
resources/qml/Settings/SettingTextField.qml

@@ -85,7 +85,7 @@ SettingItem
             anchors
             {
                 left: parent.left
-                leftMargin: UM.Theme.unitRightMargin
+                leftMargin: UM.Theme.getSize("setting_unit_margin").width
                 right: parent.right
                 verticalCenter: parent.verticalCenter
             }