mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-29 12:07:29 -05:00
proper anim for action center stackview
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user