diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 12:19:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 12:19:07 +0800 |
commit | d0b0a5e772cf6de1370ee2e362e0637ec721c760 (patch) | |
tree | d8d0af6eef1191e59dee82b9e7566f488671f95b /shell/ChangeLog | |
parent | 185727ca81eefeb6e8511625ac0f1b197e115412 (diff) | |
download | gsoc2013-evolution-d0b0a5e772cf6de1370ee2e362e0637ec721c760.tar.gz gsoc2013-evolution-d0b0a5e772cf6de1370ee2e362e0637ec721c760.tar.zst gsoc2013-evolution-d0b0a5e772cf6de1370ee2e362e0637ec721c760.zip |
Make the tree view slightly larger and hidden by default. Also, set
auto-resize mode for it so that its horizontal scrollbar does not
behave in a weird way.
svn path=/trunk/; revision=3324
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2be202631e..7795d891ea 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2000-06-01 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view.c (DEFAULT_TREE_WIDTH): Made the tree 150 pixel + wide [instead of 100]. + (setup_widgets): Use `DEFAULT_TREE_WIDTH' instead of + `DEFAULT_SHORTCUT_BAR_WIDTH' where appropriate. + (e_shell_view_construct): Hide the folder bar by default. + + * e-storage-set-view.c (e_storage_set_view_construct): Set + auto-resize mode for column one. + +2000-06-01 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view-menu.c (e_shell_view_menu_setup): Set the statusbar. |