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:
authorfieldOfView <aldo@fieldofview.com>2022-04-22 23:33:14 +0300
committerfieldOfView <aldo@fieldofview.com>2022-04-22 23:33:14 +0300
commitb622738ae3c18b38d60fc60fa5299b0d642a26ec (patch)
treec829e4ff87cab26c3617de331f4bc48a543ea8ad /resources/qml
parent5d859ffaccfc17a386d09f9f56021e4f5be64cdf (diff)
Fix missing icons since move to PyQt6
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Settings/SettingView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml
index cf24997b12..cefa8b61d6 100644
--- a/resources/qml/Settings/SettingView.qml
+++ b/resources/qml/Settings/SettingView.qml
@@ -61,7 +61,7 @@ Item
left: parent.left
leftMargin: UM.Theme.getSize("default_margin").width
}
- source: UM.Theme.getIcon("search")
+ source: UM.Theme.getIcon("Magnifier")
height: UM.Theme.getSize("small_button_icon").height
width: height
color: UM.Theme.getColor("text")