SystemMonitor: add % support for RAM usage

This commit is contained in:
Ly-sec 2025-09-08 08:04:18 +02:00
parent 38928abab7
commit b6166a2a7c
6 changed files with 19 additions and 5 deletions

View file

@ -43,7 +43,7 @@ Item {
property color effectColor: Color.mPrimary
property int horizontalPadding: Math.round(Style.marginS * scaling)
property int spacingBetweenPills: Math.round(Style.marginXS * scaling)
property int spacingBetweenPills: Math.round(Style.marginXS * scaling)
signal workspaceChanged(int workspaceId, color accentColor)