From f8607b2e931bda6a33e6a1170abafaeeb0eb0750 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Feb 2021 10:23:52 +0100 Subject: GUI: Show ambiguity options box first This makes the GtkNotebook open on the right tab. See the documentation for gtk_notebook_set_current_page() --- src/gui_ambi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gui_ambi.c b/src/gui_ambi.c index 38df49c9..9050eb5c 100644 --- a/src/gui_ambi.c +++ b/src/gui_ambi.c @@ -301,6 +301,7 @@ static GtkWidget *make_ambigator_options(struct ambi_window *win) gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(win->niter), FALSE, FALSE, 4.0); + gtk_widget_show_all(vbox); return vbox; } -- cgit v1.2.3