From 773318191d31bb4bbc871b10e4e250cedbae0e6d Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Tue, 30 Sep 2025 13:02:56 +0200 Subject: [PATCH] NIcon: use textSize for font.pointSize --- Widgets/NIcon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NIcon.qml b/Widgets/NIcon.qml index 9f66c7c1..7e501fcd 100644 --- a/Widgets/NIcon.qml +++ b/Widgets/NIcon.qml @@ -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 }