Notification: set summary font size to fontSizeM

This commit is contained in:
Ly-sec
2025-11-07 14:49:15 +01:00
parent 051266cf73
commit 1d4ca5fe79
+1 -1
View File
@@ -428,7 +428,7 @@ Variants {
NText {
text: model.summary || I18n.tr("general.no-summary")
pointSize: Style.fontSizeL
pointSize: Style.fontSizeM
font.weight: Style.fontWeightMedium
color: Color.mOnSurface
textFormat: Text.PlainText