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-15 11:02:57 +0300
committerGitHub <noreply@github.com>2021-07-15 11:02:57 +0300
commit26a17e06038e94536efb1929e8c174f714ec0e66 (patch)
tree88537b2ee806fef37fbb4ab4b766b45fe2145fd6 /resources/qml/Cura.qml
parent11d86b98ef70b2656fa07f1327a30fe024948ba3 (diff)
Code-style improvement
CURA-8112 Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index e91dd39091..7782ace3af 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -436,7 +436,8 @@ UM.MainWindow
Cura.TertiaryButton
{
text: model.name
- iconSource: {
+ iconSource:
+ {
if (model.icon == null || model.icon == "")
{
return UM.Theme.getIcon("LinkExternal")