qml: avoid StackView footer anchor conflicts

This commit is contained in:
Marco Allegretti 2026-02-13 12:52:39 +01:00
parent b1dc8afd48
commit ca19e21661

View file

@ -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