mpris panel: smooth height changes to prevent wiggle
This commit is contained in:
parent
608da78cea
commit
4fa08f9748
1 changed files with 6 additions and 0 deletions
|
|
@ -118,6 +118,12 @@ M.BarSection {
|
||||||
|
|
||||||
implicitWidth: panelContent.width
|
implicitWidth: panelContent.width
|
||||||
implicitHeight: panelContent.height
|
implicitHeight: panelContent.height
|
||||||
|
Behavior on implicitHeight {
|
||||||
|
NumberAnimation {
|
||||||
|
duration: 100
|
||||||
|
easing.type: Easing.OutCubic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: root
|
target: root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue