Set the left pane to 200 pixels by default

This commit is contained in:
Pierre Pronchery 2016-02-21 13:05:40 +01:00
parent c4becf1bb1
commit 02b317a2fc

View File

@ -313,7 +313,7 @@ Helper * helper_new(void)
gtk_box_pack_start(GTK_BOX(vbox), widget, FALSE, TRUE, 0); gtk_box_pack_start(GTK_BOX(vbox), widget, FALSE, TRUE, 0);
/* view */ /* view */
widget = gtk_hpaned_new(); widget = gtk_hpaned_new();
gtk_paned_set_position(GTK_PANED(widget), 150); gtk_paned_set_position(GTK_PANED(widget), 200);
helper->notebook = gtk_notebook_new(); helper->notebook = gtk_notebook_new();
gtk_notebook_set_scrollable(GTK_NOTEBOOK(helper->notebook), TRUE); gtk_notebook_set_scrollable(GTK_NOTEBOOK(helper->notebook), TRUE);
helper->store = gtk_tree_store_new(HSC_COUNT, helper->store = gtk_tree_store_new(HSC_COUNT,