ActiveWindow: synchronize title width with widget width

This commit is contained in:
Sighthesia
2025-10-19 11:24:25 +08:00
parent 8b5f06aec6
commit 9e39867117
-7
View File
@@ -343,13 +343,6 @@ Item {
easing.type: Easing.Linear
}
}
Behavior on Layout.preferredWidth {
NumberAnimation {
duration: Style.animationSlow
easing.type: Easing.InOutCubic
}
}
}
}