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:
jelle Spijker 2021-08-30 14:20:09 +02:00 committed by Jelle Spijker
parent a1378f9a06
commit 5ba1e8eda8

View file

@ -49,6 +49,7 @@ Item
anchors.right: parent.right
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
placeholderText: catalog.i18nc("@label:textbox", "Search settings")
font.italic: true
property var expandedCategories
property bool lastFindingSettings: false