From f834e63413aed5c44996399a622f031449a6fe38 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Tue, 25 Jan 2022 15:54:33 +0100 Subject: [PATCH] Update plugins/PerObjectSettingsTool/ToolBarButton.qml Co-authored-by: Jaime van Kessel --- plugins/PerObjectSettingsTool/ToolBarButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PerObjectSettingsTool/ToolBarButton.qml b/plugins/PerObjectSettingsTool/ToolBarButton.qml index 5e2479a73f..3bf38d19be 100644 --- a/plugins/PerObjectSettingsTool/ToolBarButton.qml +++ b/plugins/PerObjectSettingsTool/ToolBarButton.qml @@ -54,7 +54,7 @@ ToolButton } 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")