mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue