From 1d4ca5fe7926a4aaf5b028774c5ff7e84acdfd6e Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Fri, 7 Nov 2025 14:49:15 +0100 Subject: [PATCH] Notification: set summary font size to fontSizeM --- Modules/Notification/Notification.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index a5d67d1a..69ce1a65 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -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