Formatting
This commit is contained in:
parent
0987fdee8e
commit
82d7e29213
2 changed files with 25 additions and 27 deletions
|
|
@ -6,29 +6,28 @@ import qs.Services
|
||||||
import qs.Widgets
|
import qs.Widgets
|
||||||
|
|
||||||
// Utilities: record & wallpaper
|
// Utilities: record & wallpaper
|
||||||
NBox {
|
NBox {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 1
|
Layout.preferredWidth: 1
|
||||||
implicitHeight: utilRow.implicitHeight + Style.marginMedium * 2 * scaling
|
implicitHeight: utilRow.implicitHeight + Style.marginMedium * 2 * scaling
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: utilRow
|
id: utilRow
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Style.marginSmall * scaling
|
anchors.margins: Style.marginSmall * scaling
|
||||||
spacing: sidePanel.cardSpacing
|
spacing: sidePanel.cardSpacing
|
||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
// Record
|
// Record
|
||||||
NIconButton {
|
NIconButton {
|
||||||
icon: "fiber_manual_record"
|
icon: "fiber_manual_record"
|
||||||
}
|
}
|
||||||
// Wallpaper
|
// Wallpaper
|
||||||
NIconButton {
|
NIconButton {
|
||||||
icon: "image"
|
icon: "image"
|
||||||
}
|
}
|
||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,6 @@ NLoader {
|
||||||
PowerProfileCard {}
|
PowerProfileCard {}
|
||||||
|
|
||||||
UtilitiesCard {}
|
UtilitiesCard {}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue