updated components #122

Merged
zach merged 64 commits from feat/updated-components into main 2026-06-23 11:33:20 +02:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit 0057830fbc - Show all commits
+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 {