Qml/ModPage: change anchors of header contents

This commit is contained in:
Toast 2025-06-05 00:57:20 +02:00
parent bda1040151
commit 1ab178ac42

View file

@ -31,6 +31,16 @@ Kirigami.Page {
GridLayout { GridLayout {
id: headerContents id: headerContents
anchors {
top: parent.top
left: parent.left
right: parent.right
topMargin: root.padding
bottomMargin: root.padding
leftMargin: root.padding
rightMargin: root.padding
}
RowLayout { RowLayout {
// Icon // Icon
Kirigami.Icon { Kirigami.Icon {