aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-18 10:23:52 +0100
committerThomas White <taw@physics.org>2021-02-18 10:23:52 +0100
commitf8607b2e931bda6a33e6a1170abafaeeb0eb0750 (patch)
tree4c34b709a1990c9dac9463f74767eebda8d294e7 /src
parenta3502ba4676583980286468391295ec4d80c28ca (diff)
GUI: Show ambiguity options box first
This makes the GtkNotebook open on the right tab. See the documentation for gtk_notebook_set_current_page()
Diffstat (limited to 'src')
-rw-r--r--src/gui_ambi.c1
1 files changed, 1 insertions, 0 deletions
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;
}