# HG changeset patch # User Colin Clark # Date 1545151322 0 # Node ID 198c76b748e0887f41b11d646c9fe78a302540af # Parent 6a16ed6742bea8a66f22445be154648f0df5c4c5 Preferences tabs orientation Move preferences tabs to the left side so that all tabs are always in view. diff -r 6a16ed6742be -r 198c76b748e0 src/preferences.c --- 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);