qml format

This commit is contained in:
quadbyte 2025-08-10 17:04:51 -04:00
parent 9418d94f6d
commit eda4bc8a6a
4 changed files with 159 additions and 161 deletions

View file

@ -22,7 +22,9 @@ NBox {
anchors.margins: Style.marginMedium * scaling
spacing: Style.marginMedium * scaling
Item { height: Style.marginLarge * scaling }
Item {
height: Style.marginLarge * scaling
}
Text {
text: "music_note"
@ -38,6 +40,8 @@ NBox {
anchors.horizontalCenter: parent.horizontalCenter
}
Item { height: Style.marginLarge * scaling }
Item {
height: Style.marginLarge * scaling
}
}
}

View file

@ -46,9 +46,9 @@ NBox {
color: Colors.backgroundTertiary
}
RowLayout {
Layout.fillWidth: true
spacing: Style.marginMedium * scaling
RowLayout {
Layout.fillWidth: true
spacing: Style.marginMedium * scaling
Repeater {
model: 5
delegate: ColumnLayout {