SidePanel: even more robust with sizing forced everywhere

This commit is contained in:
LemmyCook 2025-09-11 11:47:09 -04:00
parent 4d6361dfe5
commit a8b312f3a7
6 changed files with 13 additions and 21 deletions

View file

@ -9,14 +9,12 @@ import qs.Widgets
// Power Profiles: performance, balanced, eco
NBox {
Layout.fillWidth: true
Layout.preferredWidth: 1
implicitHeight: powerRow.implicitHeight + Style.marginM * 2 * scaling
property real spacing: 0
// Centralized service
readonly property bool hasPP: PowerProfileService.available
property real spacing: 0
RowLayout {
id: powerRow
anchors.fill: parent