NIcon: use textSize for font.pointSize

This commit is contained in:
Ly-sec
2025-09-30 13:02:56 +02:00
parent 8c6b3a793f
commit 773318191d
+1 -1
View File
@@ -21,7 +21,7 @@ Text {
return Icons.get(icon)
}
font.family: Icons.fontFamily
font.pointSize: Style.fontSizeL * scaling
font.pointSize: textSize
color: Color.mOnSurface
verticalAlignment: Text.AlignVCenter
}