Fix textField vertical alignment

CURA-8640
This commit is contained in:
j.delarago 2022-04-01 17:26:18 +02:00
parent 02e4f869b6
commit bac9a0da87

View file

@ -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