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