From 666e4a5d564311cde47344fa26e9105459922305 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 27 Apr 2025 09:19:44 -0300 Subject: [PATCH] :boom: ags(custom-dialog): fix separator spacing --- ags/widget/CustomDialog.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ags/widget/CustomDialog.ts b/ags/widget/CustomDialog.ts index 4df6d66..9669dc3 100644 --- a/ags/widget/CustomDialog.ts +++ b/ags/widget/CustomDialog.ts @@ -65,6 +65,7 @@ export function CustomDialog(props: CustomDialogProps = { Separator({ alpha: .2, visible: props.options && props.options.length > 0, + spacing: 8, orientation: Gtk.Orientation.VERTICAL }), new Widget.Box({