From e03042c411ff960bd60bd12d23896c1484865f04 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sun, 7 Sep 2025 21:13:31 -0400 Subject: [PATCH] NCheckBox: fast animation speed like the others --- Widgets/NCheckbox.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Widgets/NCheckbox.qml b/Widgets/NCheckbox.qml index f903e8a..4b5962d 100644 --- a/Widgets/NCheckbox.qml +++ b/Widgets/NCheckbox.qml @@ -44,13 +44,13 @@ RowLayout { Behavior on color { ColorAnimation { - duration: Style.animationNormal + duration: Style.animationFast } } Behavior on border.color { ColorAnimation { - duration: Style.animationNormal + duration: Style.animationFast } }