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
@@ -32,7 +32,7 @@ NPanel {
NIcon {
icon: "bell"
font.pointSize: Style.fontSizeXXL * scaling
pointSize: Style.fontSizeXXL * scaling
color: Color.mPrimary
}
@@ -88,7 +88,7 @@ NPanel {
NIcon {
icon: "bell-off"
font.pointSize: 64 * scaling
pointSize: 64 * scaling
color: Color.mOnSurfaceVariant
Layout.alignment: Qt.AlignHCenter
}