From 25ffb6c389906363ec1ad570b3f19b0dc7def63b Mon Sep 17 00:00:00 2001 From: Sighthesia Date: Mon, 20 Oct 2025 23:45:53 +0800 Subject: [PATCH] MediaMini: sychronize title width animation with widget width --- Modules/Bar/Widgets/MediaMini.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Modules/Bar/Widgets/MediaMini.qml b/Modules/Bar/Widgets/MediaMini.qml index 87a99654..840ac754 100644 --- a/Modules/Bar/Widgets/MediaMini.qml +++ b/Modules/Bar/Widgets/MediaMini.qml @@ -385,13 +385,6 @@ Item { easing.type: Easing.Linear } } - - Behavior on Layout.preferredWidth { - NumberAnimation { - duration: Style.animationSlow - easing.type: Easing.InOutCubic - } - } } }