mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix textField vertical alignment
CURA-8640
This commit is contained in:
parent
02e4f869b6
commit
bac9a0da87
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue