Icon: different memory usage icon (cpu)
This commit is contained in:
parent
b422a419cd
commit
f7b0a28b1e
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ RowLayout {
|
|||
spacing: Style.marginXS * scaling
|
||||
|
||||
NIcon {
|
||||
icon: "memory"
|
||||
icon: "cpu"
|
||||
font.pointSize: Style.fontSizeM * scaling
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ NBox {
|
|||
}
|
||||
NCircleStat {
|
||||
value: SystemStatService.memPercent
|
||||
icon: "memory"
|
||||
icon: "cpu"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
width: 72 * scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue