Qml/ModPage: change anchors of header contents
This commit is contained in:
parent
bda1040151
commit
1ab178ac42
1 changed files with 10 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue