> @@ -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, view it on GitHub, or mute the thread.