mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Code formatting
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user