aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/NotificationHistory.qml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-15 17:14:02 +0200
committerDanilo M. <danix@danix.xyz>2026-09-15 17:14:02 +0200
commit49e69fb63fe18cf85597655ca3b6b37abddab0cf (patch)
tree159c8a04bab926e5cb3abab72fb68d93366b0327 /desktop/NotificationHistory.qml
parent61d86550dd2fcdc3521a692da493d1cc3ca67e7f (diff)
downloadquickshell-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/NotificationHistory.qml')
-rw-r--r--desktop/NotificationHistory.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/NotificationHistory.qml b/desktop/NotificationHistory.qml
index 3fdb85d..8499192 100644
--- a/desktop/NotificationHistory.qml
+++ b/desktop/NotificationHistory.qml
@@ -17,7 +17,7 @@ import QtQuick
Column {
id: page
- spacing: 4
+ spacing: 8
Item {
width: parent.width