From 6f7aff6f3425cf8c98ffeb91fb9603605b1128fb Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 12 May 2025 17:33:17 +1000 Subject: notifs: show multiline summary on expand Also fix action binding loop --- config/NotifsConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml index 10d0a4f..34b9226 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -13,7 +13,7 @@ Singleton { component Sizes: QtObject { readonly property int width: 400 - readonly property int image: 50 + readonly property int image: 41 readonly property int badge: 20 } } -- cgit v1.2.3-freya