Code formatting

This commit is contained in:
quadbyte
2025-08-10 13:26:46 -04:00
parent c62e199ea7
commit 1d13bbe0f7
11 changed files with 161 additions and 85 deletions
+6 -3
View File
@@ -22,7 +22,9 @@ NBox {
anchors.margins: Style.marginXL * scaling
spacing: Style.marginSmall * scaling
Item { height: 36 * scaling }
Item {
height: 36 * scaling
}
Text {
text: "music_note"
@@ -38,7 +40,8 @@ NBox {
anchors.horizontalCenter: parent.horizontalCenter
}
Item { height: 36 * scaling }
Item {
height: 36 * scaling
}
}
}