From: Colin Clark Date: Tue, 18 Dec 2018 16:42:02 +0000 (+0000) Subject: Preferences tabs orientation X-Git-Tag: v1.5~38 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=5d939d2e2b335abb61c0e9a1a44b95f1a8fb9b60 Preferences tabs orientation Move preferences tabs to the left side so that all tabs are always in view. --- diff --git a/src/preferences.c b/src/preferences.c index b89c2c15..5376f08b 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -3317,7 +3317,7 @@ static void config_window_create(void) gtk_widget_show(win_vbox); notebook = gtk_notebook_new(); - gtk_notebook_set_tab_pos(GTK_NOTEBOOK(notebook), GTK_POS_TOP); + gtk_notebook_set_tab_pos(GTK_NOTEBOOK(notebook), GTK_POS_LEFT); gtk_notebook_set_scrollable(GTK_NOTEBOOK(notebook), TRUE); gtk_box_pack_start(GTK_BOX(win_vbox), notebook, TRUE, TRUE, 0);