SidePanel: height fix

This commit is contained in:
LemmyCook 2025-09-05 18:05:23 -04:00
parent 25e1c6e759
commit cbffc1a14c

View file

@ -22,11 +22,6 @@ NBox {
anchors.bottomMargin: Style.marginM * scaling anchors.bottomMargin: Style.marginM * scaling
spacing: Style.marginS * scaling spacing: Style.marginS * scaling
// Slight top padding
Item {
height: Style.marginXS * scaling
}
NCircleStat { NCircleStat {
value: SystemStatService.cpuUsage value: SystemStatService.cpuUsage
icon: "speed" icon: "speed"
@ -60,10 +55,5 @@ NBox {
width: 72 * scaling width: 72 * scaling
height: 68 * scaling height: 68 * scaling
} }
// Extra bottom padding to shift the perceived stack slightly upward
Item {
height: Style.marginM * scaling
}
} }
} }