dock: animate bar width change, extend dock to top of screen

This commit is contained in:
Damocles 2026-04-25 21:55:38 +02:00
parent f501f977d1
commit c6fd199bd7
3 changed files with 14 additions and 0 deletions

View file

@ -21,6 +21,14 @@ PanelWindow {
margins.right: S.DockState.reservedWidth
Behavior on margins.right {
enabled: !S.Theme.reducedMotion
NumberAnimation {
duration: 200
easing.type: Easing.OutCubic
}
}
implicitHeight: S.Theme.barHeight
exclusiveZone: implicitHeight