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:
authorcasper <c.lamboo@ultimaker.com>2022-01-25 18:06:05 +0300
committercasper <c.lamboo@ultimaker.com>2022-01-25 18:06:05 +0300
commit24a8e8b7618e042bae8db2efc17f47532e32112c (patch)
tree8405389fef12bc42753727e46fa761a05c76320d /plugins/PerObjectSettingsTool
parentad3832791c184489b2e4bf9ac578621959359b90 (diff)
parentea60fdeacd7165c38961491e8eed565f8450bea5 (diff)
Merge remote-tracking branch 'origin/CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity'' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity'
Diffstat (limited to 'plugins/PerObjectSettingsTool')
-rw-r--r--plugins/PerObjectSettingsTool/ToolBarButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PerObjectSettingsTool/ToolBarButton.qml b/plugins/PerObjectSettingsTool/ToolBarButton.qml
index 5a96d7cd19..0aa35c3a52 100644
--- a/plugins/PerObjectSettingsTool/ToolBarButton.qml
+++ b/plugins/PerObjectSettingsTool/ToolBarButton.qml
@@ -54,7 +54,7 @@ Button
}
return UM.Theme.getColor("toolbar_background")
}
- Behavior on color { ColorAnimation { duration: 50; } }
+ Behavior on color { ColorAnimation { duration: 50 } }
border.width: (base.hasOwnProperty("needBorder") && base.needBorder) ? UM.Theme.getSize("default_lining").width : 0
border.color: base.checked ? UM.Theme.getColor("icon") : UM.Theme.getColor("lining")