More pointSize cleanup

This commit is contained in:
ItsLemmy
2025-09-30 07:44:03 -04:00
parent 0a893f9c5f
commit 43dee793de
33 changed files with 68 additions and 67 deletions
+6 -6
View File
@@ -106,7 +106,7 @@ Rectangle {
NIcon {
icon: "cpu-usage"
font.pointSize: iconSize
pointSize: iconSize
Layout.alignment: Qt.AlignCenter
Layout.row: isVertical ? 1 : 0
Layout.column: 0
@@ -147,7 +147,7 @@ Rectangle {
NIcon {
icon: "cpu-temperature"
font.pointSize: iconSize
pointSize: iconSize
Layout.alignment: Qt.AlignCenter
Layout.row: isVertical ? 1 : 0
Layout.column: 0
@@ -188,7 +188,7 @@ Rectangle {
NIcon {
icon: "memory"
font.pointSize: iconSize
pointSize: iconSize
Layout.alignment: Qt.AlignCenter
Layout.row: isVertical ? 1 : 0
Layout.column: 0
@@ -229,7 +229,7 @@ Rectangle {
NIcon {
icon: "download-speed"
font.pointSize: iconSize
pointSize: iconSize
Layout.alignment: Qt.AlignCenter
Layout.row: isVertical ? 1 : 0
Layout.column: 0
@@ -270,7 +270,7 @@ Rectangle {
NIcon {
icon: "upload-speed"
font.pointSize: iconSize
pointSize: iconSize
Layout.alignment: Qt.AlignCenter
Layout.row: isVertical ? 1 : 0
Layout.column: 0
@@ -311,7 +311,7 @@ Rectangle {
NIcon {
icon: "storage"
font.pointSize: iconSize
pointSize: iconSize
Layout.alignment: Qt.AlignCenter
Layout.row: isVertical ? 1 : 0
Layout.column: 0