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:
authorp.kuiper <p.kuiper@ultimaker.com>2022-05-30 08:59:50 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-05-30 08:59:50 +0300
commit0db75501a312dc9561eabfde26fbecef5f137c5a (patch)
tree53a934ec39348aabd7b5002739092c9b089a333d /resources/qml/PrintSetupSelector/NoIntentIcon.qml
parent9fdeffd564aab5f896bd6405176b7a8491c69303 (diff)
parent596c24657d39804c8bc94e6e8f99436115d7e411 (diff)
Merge remote-tracking branch 'origin/main' into PP-3_improved_experimental_bridge_settings
# Conflicts: # resources/definitions/ultimaker.def.json
Diffstat (limited to 'resources/qml/PrintSetupSelector/NoIntentIcon.qml')
-rw-r--r--resources/qml/PrintSetupSelector/NoIntentIcon.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/PrintSetupSelector/NoIntentIcon.qml b/resources/qml/PrintSetupSelector/NoIntentIcon.qml
index 6fc883fdef..2dc422f6d6 100644
--- a/resources/qml/PrintSetupSelector/NoIntentIcon.qml
+++ b/resources/qml/PrintSetupSelector/NoIntentIcon.qml
@@ -16,7 +16,7 @@ Item
implicitWidth: UM.Theme.getSize("section_icon").width
implicitHeight: UM.Theme.getSize("section_icon").height
- UM.RecolorImage
+ UM.ColorImage
{
source: UM.Theme.getIcon("Information")
color: UM.Theme.getColor("icon")