From 5d939d2e2b335abb61c0e9a1a44b95f1a8fb9b60 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 18 Dec 2018 16:42:02 +0000 Subject: [PATCH] Preferences tabs orientation Move preferences tabs to the left side so that all tabs are always in view. --- src/preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1