resource popout spacing and larger percent text size
This commit is contained in:
@@ -63,6 +63,7 @@ CustomRect {
|
|||||||
CustomText {
|
CustomText {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
color: root.accent
|
color: root.accent
|
||||||
|
font.pointSize: Appearance.font.size.large
|
||||||
text: Math.round(Memory.percentage * 100) + "%"
|
text: Math.round(Memory.percentage * 100) + "%"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ CustomRect {
|
|||||||
CustomText {
|
CustomText {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
color: root.accent
|
color: root.accent
|
||||||
|
font.pointSize: Appearance.font.size.large
|
||||||
text: Math.round(root.percentage * 100) + "%"
|
text: Math.round(root.percentage * 100) + "%"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,10 +25,10 @@ Item {
|
|||||||
id: mainColumn
|
id: mainColumn
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
spacing: Appearance.spacing.larger
|
spacing: Appearance.spacing.normal
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
spacing: Appearance.spacing.larger
|
spacing: Appearance.spacing.normal
|
||||||
visible: cpuCard.active || gpuCard.active
|
visible: cpuCard.active || gpuCard.active
|
||||||
|
|
||||||
WrappedLoader {
|
WrappedLoader {
|
||||||
@@ -71,7 +71,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
spacing: Appearance.spacing.larger
|
spacing: Appearance.spacing.normal
|
||||||
visible: storageCard.active || networkCard.active || memoryCard.active
|
visible: storageCard.active || networkCard.active || memoryCard.active
|
||||||
|
|
||||||
WrappedLoader {
|
WrappedLoader {
|
||||||
|
|||||||
Reference in New Issue
Block a user