mirror of
https://invent.kde.org/marcoa/a-la-karte.git
synced 2026-03-26 17:03:08 +00:00
qml: avoid StackView footer anchor conflicts
This commit is contained in:
parent
b1dc8afd48
commit
ca19e21661
1 changed files with 0 additions and 2 deletions
|
|
@ -328,8 +328,6 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
footer: Item {
|
||||
implicitWidth: root.width
|
||||
anchors.left: parent ? parent.left : undefined
|
||||
anchors.right: parent ? parent.right : undefined
|
||||
|
||||
implicitHeight: footerBar.implicitHeight
|
||||
height: implicitHeight
|
||||
|
|
|
|||
Loading…
Reference in a new issue