fix anchors used in Layouts

This commit is contained in:
2026-05-24 19:33:06 +02:00
parent ef71ae8afd
commit 5097e30a77
@@ -194,6 +194,9 @@ Item {
} }
Separator { Separator {
Layout.fillWidth: true
anchors.left: undefined
anchors.right: undefined
} }
RowLayout { RowLayout {
@@ -225,6 +228,9 @@ Item {
} }
Separator { Separator {
Layout.fillWidth: true
anchors.left: undefined
anchors.right: undefined
} }
Item { Item {