💥 ags(custom-dialog): fix separator spacing
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user