Skip to content

Commit

Permalink
preferences notebook is now scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Jun 12, 2014
1 parent 1467677 commit 420af38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/xmimsim-gui-prefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@ void xmimsim_gui_launch_preferences(GtkWidget *widget, gpointer data) {
//gtk_window_set_deletable(GTK_WINDOW(window), FALSE);

notebook = gtk_notebook_new();
gtk_notebook_set_scrollable(GTK_NOTEBOOK(notebook), TRUE);
gtk_box_pack_start(GTK_BOX(master_box), notebook, TRUE,TRUE,1);
gtk_notebook_set_tab_pos(GTK_NOTEBOOK(notebook), GTK_POS_TOP);
gtk_container_add(GTK_CONTAINER(window), master_box);
Expand Down

0 comments on commit 420af38

Please sign in to comment.