Browse Source

Fix textField vertical alignment

CURA-8640
j.delarago 2 years ago
parent
commit
bac9a0da87
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Settings/SettingView.qml

+ 1 - 0
resources/qml/Settings/SettingView.qml

@@ -43,6 +43,7 @@ Item
             height: parent.height
             anchors.left: parent.left
             anchors.right: parent.right
+            topPadding: height / 4
             leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
             placeholderText: catalog.i18nc("@label:textbox", "Search settings")
             font.italic: true