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
+1 -1
View File
@@ -126,7 +126,7 @@ Item {
NIcon {
icon: root.icon
font.pointSize: iconSize
pointSize: iconSize
color: hovered ? Color.mOnTertiary : Color.mOnSurface
// Center horizontally
x: (iconCircle.width - width) / 2
+1 -1
View File
@@ -151,7 +151,7 @@ Item {
NIcon {
icon: root.icon
font.pointSize: iconSize
pointSize: iconSize
color: hovered ? Color.mOnTertiary : Color.mOnSurface
// Center horizontally
x: (iconCircle.width - width) / 2
+1 -1
View File
@@ -175,7 +175,7 @@ PopupWindow {
NIcon {
icon: modelData?.hasChildren ? "menu" : ""
font.pointSize: Style.fontSizeS * scaling
pointSize: Style.fontSizeS * scaling
verticalAlignment: Text.AlignVCenter
visible: modelData?.hasChildren ?? false
color: (mouseArea.containsMouse ? Color.mOnTertiary : Color.mOnSurface)