💥 ags(custom-dialog): fix separator spacing

This commit is contained in:
retrozinndev
2025-04-27 09:19:44 -03:00
parent d917c408d0
commit 666e4a5d56
+1
View File
@@ -65,6 +65,7 @@ export function CustomDialog(props: CustomDialogProps = {
Separator({ Separator({
alpha: .2, alpha: .2,
visible: props.options && props.options.length > 0, visible: props.options && props.options.length > 0,
spacing: 8,
orientation: Gtk.Orientation.VERTICAL orientation: Gtk.Orientation.VERTICAL
}), }),
new Widget.Box({ new Widget.Box({