Don't set the paned tree position.
* e-shell-view.c (setup_widgets): Don't set the paned tree position. svn path=/trunk/; revision=12250
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-08-20 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell-view.c (setup_widgets): Don't set the paned tree
|
||||
position.
|
||||
|
||||
2001-08-19 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* evolution-shell-component.c (impl__get_supported_types): fill
|
||||
|
||||
@ -906,7 +906,6 @@ setup_widgets (EShellView *shell_view)
|
||||
priv->view_hpaned = e_hpaned_new ();
|
||||
e_paned_pack1 (E_PANED (priv->view_hpaned), priv->storage_set_view_box, FALSE, FALSE);
|
||||
e_paned_pack2 (E_PANED (priv->view_hpaned), priv->notebook, TRUE, FALSE);
|
||||
e_paned_set_position (E_PANED (priv->view_hpaned), DEFAULT_TREE_WIDTH);
|
||||
|
||||
gray_bar = e_gray_bar_new ();
|
||||
gtk_container_add (GTK_CONTAINER (gray_bar), priv->folder_title_bar);
|
||||
|
||||
Reference in New Issue
Block a user