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:
authorc.lamboo <casperlamboo@gmail.com>2022-04-08 16:55:34 +0300
committerc.lamboo <casperlamboo@gmail.com>2022-04-08 16:55:34 +0300
commit45bc498c7f2935601ee7baee4282b27dcad6533a (patch)
tree96c6903fe5bf0ff91f1657d64a06e1b614ce583a /plugins/MonitorStage
parent3de824e1a47ddb4ae0fe1b837acdac075af4bccc (diff)
Replace `RecolorImage` with `ColorImage`
CURA-8640
Diffstat (limited to 'plugins/MonitorStage')
-rw-r--r--plugins/MonitorStage/MonitorMain.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MonitorStage/MonitorMain.qml b/plugins/MonitorStage/MonitorMain.qml
index aa717ce95c..8992606d90 100644
--- a/plugins/MonitorStage/MonitorMain.qml
+++ b/plugins/MonitorStage/MonitorMain.qml
@@ -123,7 +123,7 @@ Rectangle
visible: !isNetworkConfigured && isNetworkConfigurable
width: childrenRect.width
- UM.RecolorImage
+ UM.ColorImage
{
id: externalLinkIcon
anchors.verticalCenter: parent.verticalCenter