From 5ba1e8eda8218ca81b7549832b478b9690023cdb Mon Sep 17 00:00:00 2001 From: jelle Spijker Date: Mon, 30 Aug 2021 14:20:09 +0200 Subject: [PATCH] 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 --- resources/qml/Settings/SettingView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 3c67a9b97e..d364fba039 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -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