diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/notifications/Notification.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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) |