By setting the font.italic to true, we actually reset the entire font. Fixes #12565
@@ -15,7 +15,7 @@ Cura.TextField
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
placeholderText: catalog.i18nc("@placeholder", "Search")
- font.italic: true
+ font: UM.Theme.getFont("default_italic")
UM.ColorImage
{
@@ -46,7 +46,7 @@ Item
topPadding: height / 4
placeholderText: catalog.i18nc("@label:textbox", "Search settings")
property var expandedCategories
property bool lastFindingSettings: false