diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 17:14:02 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 17:14:02 +0200 |
| commit | 49e69fb63fe18cf85597655ca3b6b37abddab0cf (patch) | |
| tree | 159c8a04bab926e5cb3abab72fb68d93366b0327 /desktop/NotificationList.qml | |
| parent | 61d86550dd2fcdc3521a692da493d1cc3ca67e7f (diff) | |
| download | quickshell-49e69fb63fe18cf85597655ca3b6b37abddab0cf.tar.gz quickshell-49e69fb63fe18cf85597655ca3b6b37abddab0cf.zip | |
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.
Diffstat (limited to 'desktop/NotificationList.qml')
| -rw-r--r-- | desktop/NotificationList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
