mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 11:29:01 +08:00
Settings search field uses italic style
Restored italic font style for the search field. To not break look and feel with the old TextField behaviour
This commit is contained in:
parent
a1378f9a06
commit
5ba1e8eda8
@ -49,6 +49,7 @@ Item
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
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
|
||||||
|
|
||||||
property var expandedCategories
|
property var expandedCategories
|
||||||
property bool lastFindingSettings: false
|
property bool lastFindingSettings: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user