mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:06:24 +08:00
Fix textField vertical alignment
CURA-8640
This commit is contained in:
parent
02e4f869b6
commit
bac9a0da87
@ -43,6 +43,7 @@ Item
|
|||||||
height: parent.height
|
height: parent.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
topPadding: height / 4
|
||||||
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
|
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
|
||||||
placeholderText: catalog.i18nc("@label:textbox", "Search settings")
|
placeholderText: catalog.i18nc("@label:textbox", "Search settings")
|
||||||
font.italic: true
|
font.italic: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user