From 49e69fb63fe18cf85597655ca3b6b37abddab0cf Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 17:14:02 +0200 Subject: feat(desktop): make the drawer notifications readable Each row shows when the notification appeared ("Sep 15 14:32", from created), sits on its own rounded card with space between rows instead of reading as one list, and uses the balloon's 16/18/16 sizing rather than 13/11. The close target grows to a 32px hit area in the row and the balloon, since a 20px box was hard to hit. --- desktop/NotificationList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/NotificationList.qml') diff --git a/desktop/NotificationList.qml b/desktop/NotificationList.qml index 9c8ae26..9fe4328 100644 --- a/desktop/NotificationList.qml +++ b/desktop/NotificationList.qml @@ -65,7 +65,7 @@ Item { Column { id: col width: flick.width - spacing: 2 + spacing: 8 Repeater { model: Notify.queue -- cgit v1.2.3