Settings formatting (qmlfmt)
This commit is contained in:
parent
bbffe39fe0
commit
41d93128b8
10 changed files with 192 additions and 62 deletions
|
|
@ -13,9 +13,17 @@ Item {
|
|||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
spacing: Style.marginMedium * scaling
|
||||
NText { text: "About"; font.weight: Style.fontWeightBold; color: Colors.accentSecondary }
|
||||
NText { text: "Coming soon"; color: Colors.textSecondary }
|
||||
Item { Layout.fillHeight: true }
|
||||
NText {
|
||||
text: "About"
|
||||
font.weight: Style.fontWeightBold
|
||||
color: Colors.accentSecondary
|
||||
}
|
||||
NText {
|
||||
text: "Coming soon"
|
||||
color: Colors.textSecondary
|
||||
}
|
||||
Item {
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue