From 9e39867117fc59e4604b11c912ffadf62f85177e Mon Sep 17 00:00:00 2001 From: Sighthesia Date: Sun, 19 Oct 2025 11:24:25 +0800 Subject: [PATCH] ActiveWindow: synchronize title width with widget width --- Modules/Bar/Widgets/ActiveWindow.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Modules/Bar/Widgets/ActiveWindow.qml b/Modules/Bar/Widgets/ActiveWindow.qml index 2058bf1a..04e9a0ab 100644 --- a/Modules/Bar/Widgets/ActiveWindow.qml +++ b/Modules/Bar/Widgets/ActiveWindow.qml @@ -343,13 +343,6 @@ Item { easing.type: Easing.Linear } } - - Behavior on Layout.preferredWidth { - NumberAnimation { - duration: Style.animationSlow - easing.type: Easing.InOutCubic - } - } } }