diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 12:46:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 12:46:32 +0800 |
commit | 3eede8f869a24e9faff30eb2b8950a4023d50047 (patch) | |
tree | 9e5c22ed7ce71fcc555402b5cfde9da2ec378aed /shell/ChangeLog | |
parent | 2f59d465951a90846c35bbdc66ff89ee1c738e35 (diff) | |
download | gsoc2013-evolution-3eede8f869a24e9faff30eb2b8950a4023d50047.tar gsoc2013-evolution-3eede8f869a24e9faff30eb2b8950a4023d50047.tar.gz gsoc2013-evolution-3eede8f869a24e9faff30eb2b8950a4023d50047.tar.bz2 gsoc2013-evolution-3eede8f869a24e9faff30eb2b8950a4023d50047.tar.lz gsoc2013-evolution-3eede8f869a24e9faff30eb2b8950a4023d50047.tar.xz gsoc2013-evolution-3eede8f869a24e9faff30eb2b8950a4023d50047.tar.zst gsoc2013-evolution-3eede8f869a24e9faff30eb2b8950a4023d50047.zip |
Reduce the size of the window by a bit and add some padding to make
the view look nicer.
svn path=/trunk/; revision=3327
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7795d891ea..fb27aaf439 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2000-06-01 Ettore Perazzoli <ettore@helixcode.com> + * e-shell-view.c (DEFAULT_WIDTH): Made the default window a bit + narrower. + (DEFAULT_HEIGHT): And shorter. + (setup_widgets): Set the border width of the vbox that holds the + title bar to 2 pixels, so that the view looks a bit nicer. + +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 |