popouts: better anim
This commit is contained in:
parent
ded156f58d
commit
b78721ab82
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Item {
|
|||
anchors.centerIn: parent
|
||||
|
||||
implicitWidth: Popouts.hasCurrent ? (content.children.find(c => c.shouldBeActive)?.implicitWidth ?? 0) + Appearance.padding.large * 2 : 0
|
||||
implicitHeight: Popouts.hasCurrent ? (content.children.find(c => c.shouldBeActive)?.implicitHeight ?? 0) + Appearance.padding.large * 2 : 0
|
||||
implicitHeight: (content.children.find(c => c.shouldBeActive)?.implicitHeight ?? 0) + Appearance.padding.large * 2
|
||||
|
||||
Item {
|
||||
id: content
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue