Changeset 2040
- Timestamp:
- 02/18/10 23:02:04 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/e2_window.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/e2_window.c
r2023 r2040 112 112 base * rt->panes_paned_ratio); 113 113 114 gtk_box_pack_start _defaults (GTK_BOX (rt->panes_outer_box), rt->panes_inner_box);115 gtk_box_pack_start _defaults (GTK_BOX (rt->panes_inner_box), rt->panes_paned);114 gtk_box_pack_start (GTK_BOX (rt->panes_inner_box), rt->panes_paned, TRUE, TRUE, 0); 115 gtk_box_pack_start (GTK_BOX (rt->panes_outer_box), rt->panes_inner_box, TRUE, TRUE, 0); 116 116 } 117 117 /** … … 1320 1320 app.vbox_main = gtk_vbox_new (FALSE, 0); 1321 1321 gtk_container_add (GTK_CONTAINER (app.main_window), app.hbox_main); 1322 gtk_box_pack_start _defaults (GTK_BOX (app.hbox_main), app.vbox_main);1322 gtk_box_pack_start (GTK_BOX (app.hbox_main), app.vbox_main, TRUE, TRUE, 0); 1323 1323 1324 1324 #ifdef E2_RAINBOW