SidePanel: height fix
This commit is contained in:
parent
25e1c6e759
commit
cbffc1a14c
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue