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
+2 -2
View File
@@ -253,7 +253,7 @@ Variants {
NIcon {
icon: root.getIcon()
color: root.getIconColor()
font.pointSize: Style.fontSizeXL * root.scaling
pointSize: Style.fontSizeXL * root.scaling
Layout.alignment: Qt.AlignVCenter
Behavior on color {
@@ -389,7 +389,7 @@ Variants {
NIcon {
icon: root.getIcon()
color: root.getIconColor()
font.pointSize: Style.fontSizeXL * root.scaling
pointSize: Style.fontSizeXL * root.scaling
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
Layout.bottomMargin: vMargin + Math.round(Style.marginM * root.scaling) + balanceDelta
Behavior on color {