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:
authorKonstantinos Karmas <konskarm@gmail.com>2021-07-14 13:54:31 +0300
committerKonstantinos Karmas <konskarm@gmail.com>2021-07-14 13:54:31 +0300
commit11f66b2a78bc6d29ac8f47b4ef9659b065854357 (patch)
treeb05660f3159fdc46269a7a5bbe53e7f8c03dd223 /resources/qml/Cura.qml
parent2961d20c04ff5262d29dd69d65b6e0ccb78c57af (diff)
Add brackets
CURA-8112
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index 80b8880aae..e91dd39091 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -438,7 +438,9 @@ UM.MainWindow
text: model.name
iconSource: {
if (model.icon == null || model.icon == "")
+ {
return UM.Theme.getIcon("LinkExternal")
+ }
return UM.Theme.getIcon(model.icon)
}
height: UM.Theme.getSize("message_action_button").height