mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-09 21:36:13 +00:00
SidePanel: height fix
This commit is contained in:
@@ -22,11 +22,6 @@ NBox {
|
||||
anchors.bottomMargin: Style.marginM * scaling
|
||||
spacing: Style.marginS * scaling
|
||||
|
||||
// Slight top padding
|
||||
Item {
|
||||
height: Style.marginXS * scaling
|
||||
}
|
||||
|
||||
NCircleStat {
|
||||
value: SystemStatService.cpuUsage
|
||||
icon: "speed"
|
||||
@@ -60,10 +55,5 @@ NBox {
|
||||
width: 72 * scaling
|
||||
height: 68 * scaling
|
||||
}
|
||||
|
||||
// Extra bottom padding to shift the perceived stack slightly upward
|
||||
Item {
|
||||
height: Style.marginM * scaling
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user