From 60254019c8b90fda1af8c263f5bc07fe1a6b1a92 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 10 May 2025 21:04:17 +1000 Subject: feat: expandable notifs --- modules/notifications/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notifications/Content.qml') diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 34d0bcb..122da00 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -31,7 +31,7 @@ Item { implicitHeight: { let height = (count - 1) * spacing; for (let i = 0; i < count; i++) - height += itemAtIndex(i).height; + height += itemAtIndex(i).nonAnimHeight; return Math.max(61, height); } -- cgit v1.2.3-freya