From b8cb60b5968ff10036255e9de6ae80cc7f5bb4e4 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:51:19 +1000 Subject: notifs: remove body if empty --- modules/notifications/Notification.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index ef098da..bde947c 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -391,6 +391,7 @@ StyledRect { color: Colours.palette.m3onSurfaceVariant font.pointSize: Appearance.font.size.small wrapMode: Text.WrapAtWordBoundaryOrAnywhere + height: text ? implicitHeight : 0 onLinkActivated: link => { if (!root.expanded) -- cgit v1.2.3-freya