From 8c35d87a9fc20318e9d3537c884022aed6fe827e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 12 May 2025 17:57:38 +1000 Subject: notifs: properly fix multiline summaries --- modules/notifications/Notification.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/notifications/Notification.qml') diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index d78b327..03b0311 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -240,6 +240,7 @@ StyledRect { animate: true text: summaryMetrics.elidedText maximumLineCount: 1 + height: implicitHeight states: State { name: "expanded" @@ -266,6 +267,10 @@ StyledRect { easing.bezierCurve: Appearance.anim.curves.standard } } + + Behavior on height { + Anim {} + } } TextMetrics { -- cgit v1.2.3-freya