From 20e4bc6447537441de045c3cc192ce6692522a2e Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 27 Apr 2025 08:26:26 -0300 Subject: [PATCH] :boom: ags(notifications): fix separator spacing --- ags/widget/Notification.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ags/widget/Notification.ts b/ags/widget/Notification.ts index 2d3eb38..a15ac8c 100644 --- a/ags/widget/Notification.ts +++ b/ags/widget/Notification.ts @@ -67,6 +67,7 @@ export function NotificationWidget(notification: AstalNotifd.Notification|number homogeneous: false, expand: true, orientation: Gtk.Orientation.VERTICAL, + spacing: 5, children: [ new Widget.Box({ className: "top",