Code formatting
This commit is contained in:
parent
c62e199ea7
commit
1d13bbe0f7
11 changed files with 161 additions and 85 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue