diff src/preferences.c @ 2875:198c76b748e0

Preferences tabs orientation Move preferences tabs to the left side so that all tabs are always in view.
author Colin Clark <colin.clark@cclark.uk>
date Tue, 18 Dec 2018 16:42:02 +0000
parents 87242753ed2c
children 2e7fd08bfbe4
line wrap: on
line diff
--- a/src/preferences.c	Tue Dec 11 11:46:00 2018 +0000
+++ b/src/preferences.c	Tue Dec 18 16:42:02 2018 +0000
@@ -3317,7 +3317,7 @@
 	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);