resource popout spacing and larger percent text size
Python / lint-format (pull_request) Successful in 30s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 52s
Python / test (pull_request) Successful in 1m26s
Lint & Format (Rust) / lint-format (pull_request) Successful in 2m20s

This commit is contained in:
2026-06-15 19:27:16 +02:00
parent eafffdcc8f
commit 0057830fbc
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -63,6 +63,7 @@ CustomRect {
CustomText {
Layout.alignment: Qt.AlignHCenter
color: root.accent
font.pointSize: Appearance.font.size.large
text: Math.round(Memory.percentage * 100) + "%"
}
+1
View File
@@ -63,6 +63,7 @@ CustomRect {
CustomText {
Layout.alignment: Qt.AlignHCenter
color: root.accent
font.pointSize: Appearance.font.size.large
text: Math.round(root.percentage * 100) + "%"
}
+3 -3
View File
@@ -25,10 +25,10 @@ Item {
id: mainColumn
Layout.fillWidth: true
spacing: Appearance.spacing.larger
spacing: Appearance.spacing.normal
RowLayout {
spacing: Appearance.spacing.larger
spacing: Appearance.spacing.normal
visible: cpuCard.active || gpuCard.active
WrappedLoader {
@@ -71,7 +71,7 @@ Item {
}
RowLayout {
spacing: Appearance.spacing.larger
spacing: Appearance.spacing.normal
visible: storageCard.active || networkCard.active || memoryCard.active
WrappedLoader {