Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/SearchBar.qml2
-rw-r--r--resources/qml/Settings/SettingView.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/SearchBar.qml b/resources/qml/SearchBar.qml
index af5ad7cc35..3dc7a8d086 100644
--- a/resources/qml/SearchBar.qml
+++ b/resources/qml/SearchBar.qml
@@ -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
{
diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml
index 3ac6acbc33..934e19030d 100644
--- a/resources/qml/Settings/SettingView.qml
+++ b/resources/qml/Settings/SettingView.qml
@@ -46,7 +46,7 @@ Item
topPadding: height / 4
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
placeholderText: catalog.i18nc("@label:textbox", "Search settings")
- font.italic: true
+ font: UM.Theme.getFont("default_italic")
property var expandedCategories
property bool lastFindingSettings: false