Formatting

This commit is contained in:
quadbyte 2025-08-12 10:58:13 -04:00
parent 0987fdee8e
commit 82d7e29213
2 changed files with 25 additions and 27 deletions

View file

@ -6,29 +6,28 @@ import qs.Services
import qs.Widgets
// Utilities: record & wallpaper
NBox {
Layout.fillWidth: true
Layout.preferredWidth: 1
implicitHeight: utilRow.implicitHeight + Style.marginMedium * 2 * scaling
RowLayout {
id: utilRow
anchors.fill: parent
anchors.margins: Style.marginSmall * scaling
spacing: sidePanel.cardSpacing
Item {
Layout.fillWidth: true
}
// Record
NIconButton {
icon: "fiber_manual_record"
}
// Wallpaper
NIconButton {
icon: "image"
}
Item {
Layout.fillWidth: true
}
}
}
NBox {
Layout.fillWidth: true
Layout.preferredWidth: 1
implicitHeight: utilRow.implicitHeight + Style.marginMedium * 2 * scaling
RowLayout {
id: utilRow
anchors.fill: parent
anchors.margins: Style.marginSmall * scaling
spacing: sidePanel.cardSpacing
Item {
Layout.fillWidth: true
}
// Record
NIconButton {
icon: "fiber_manual_record"
}
// Wallpaper
NIconButton {
icon: "image"
}
Item {
Layout.fillWidth: true
}
}
}

View file

@ -125,7 +125,6 @@ NLoader {
PowerProfileCard {}
UtilitiesCard {}
}
}
}