fix: sidebar notif group height anim
This commit is contained in:
parent
92276be49a
commit
fffe6f4943
1 changed files with 7 additions and 1 deletions
|
|
@ -73,12 +73,18 @@ StyledRect {
|
||||||
|
|
||||||
anchors.left: parent?.left
|
anchors.left: parent?.left
|
||||||
anchors.right: parent?.right
|
anchors.right: parent?.right
|
||||||
implicitHeight: content.implicitHeight + Tokens.padding.normal * 2
|
implicitHeight: nonAnimHeight
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
radius: Tokens.rounding.normal
|
radius: Tokens.rounding.normal
|
||||||
color: Colours.layer(Colours.palette.m3surfaceContainer, 2)
|
color: Colours.layer(Colours.palette.m3surfaceContainer, 2)
|
||||||
|
|
||||||
|
Behavior on implicitHeight {
|
||||||
|
Anim {
|
||||||
|
type: Anim.DefaultSpatial
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: content
|
id: content
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue