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:
Diffstat (limited to 'resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml')
-rw-r--r--resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml b/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml
index a8ea2312a5..69852270c1 100644
--- a/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml
+++ b/resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml
@@ -31,7 +31,7 @@ Item
Behavior on opacity { NumberAnimation { duration: 100; } }
}
- UM.RecolorImage
+ UM.ColorImage
{
anchors.fill: parent
color: UM.Theme.getColor("primary_text")