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/ApplicationButton.qml')
-rw-r--r--resources/qml/ApplicationSwitcher/ApplicationButton.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/qml/ApplicationSwitcher/ApplicationButton.qml b/resources/qml/ApplicationSwitcher/ApplicationButton.qml
index 182b80811b..92624933cf 100644
--- a/resources/qml/ApplicationSwitcher/ApplicationButton.qml
+++ b/resources/qml/ApplicationSwitcher/ApplicationButton.qml
@@ -45,7 +45,7 @@ Button
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter
- UM.RecolorImage
+ UM.ColorImage
{
id: applicationIcon
anchors.horizontalCenter: parent.horizontalCenter
@@ -54,7 +54,7 @@ Button
width: UM.Theme.getSize("application_switcher_icon").width
height: width
- UM.RecolorImage
+ UM.ColorImage
{
id: externalLinkIndicatorIcon
visible: base.isExternalLink
@@ -82,7 +82,6 @@ Button
height: base.height - applicationIcon.height - 2 * UM.Theme.getSize("default_margin").width // Account for the top and bottom margins
horizontalAlignment: Text.AlignHCenter
- wrapMode: Text.Wrap
elide: Text.ElideRight
}
}