MediaMini: sychronize title width animation with widget width

This commit is contained in:
Sighthesia
2025-10-20 23:45:53 +08:00
parent 2f7217125c
commit 25ffb6c389
-7
View File
@@ -385,13 +385,6 @@ Item {
easing.type: Easing.Linear
}
}
Behavior on Layout.preferredWidth {
NumberAnimation {
duration: Style.animationSlow
easing.type: Easing.InOutCubic
}
}
}
}