> @@ -336,7 +332,9 @@ create_Configure(void)
> gtk_window_set_title(GTK_WINDOW(Configure), _("Doc"));
> gtk_window_set_type_hint(GTK_WINDOW(Configure),
> GDK_WINDOW_TYPE_HINT_DIALOG);
>
> - dialog_vbox1 = GTK_DIALOG(Configure)->vbox;
> + dialog_vbox1 = gtk_vbox_new(FALSE, 6);
doesn't this `6` change UI layout?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/467/files/280902ad73fdee54c9df8dbbf79956652b73304f#r71739191