proper anim for action center stackview

This commit is contained in:
end-4
2025-11-21 22:12:37 +01:00
parent a10b8b50d4
commit 35a1f7906a
5 changed files with 90 additions and 7 deletions
@@ -11,9 +11,7 @@ Singleton {
function push(component) {
if (stackView) {
item = stackView.push(component)
stackView.implicitWidth = item.implicitWidth
stackView.implicitHeight = item.implicitHeight
stackView.push(component)
}
}