mpris panel: smooth height changes to prevent wiggle

This commit is contained in:
Damocles 2026-04-13 00:56:26 +02:00
parent 608da78cea
commit 4fa08f9748

View file

@ -118,6 +118,12 @@ M.BarSection {
implicitWidth: panelContent.width
implicitHeight: panelContent.height
Behavior on implicitHeight {
NumberAnimation {
duration: 100
easing.type: Easing.OutCubic
}
}
Connections {
target: root