diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-20 05:41:21 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-20 05:41:21 +0800 |
commit | a8f8067a0a47d334f0e1e862c63854bd59ac56dc (patch) | |
tree | bcda4be8a2e4e75fdcb9267df64535241d40f4f1 /shell/ChangeLog | |
parent | 85a02926e6c5b8c73dbb44fe343da80247babaf8 (diff) | |
download | gsoc2013-evolution-a8f8067a0a47d334f0e1e862c63854bd59ac56dc.tar gsoc2013-evolution-a8f8067a0a47d334f0e1e862c63854bd59ac56dc.tar.gz gsoc2013-evolution-a8f8067a0a47d334f0e1e862c63854bd59ac56dc.tar.bz2 gsoc2013-evolution-a8f8067a0a47d334f0e1e862c63854bd59ac56dc.tar.lz gsoc2013-evolution-a8f8067a0a47d334f0e1e862c63854bd59ac56dc.tar.xz gsoc2013-evolution-a8f8067a0a47d334f0e1e862c63854bd59ac56dc.tar.zst gsoc2013-evolution-a8f8067a0a47d334f0e1e862c63854bd59ac56dc.zip |
Line up the padding for the folder title bar labels when you have the
2001-07-19 Jason Leach <jleach@ximian.com>
* e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct):
Line up the padding for the folder title bar labels when you have
the folder bar enabled or disabled (previously when disabled it
was padding ~8 pixels to the right while the other had 0).
* e-shell-view.c (setup_widgets): Take out a 2 pixel padding
around the vbox containing the title bar, folder bar, message list
and mail display. Also remove 2 more extra pixels of padding on
the bottom.
svn path=/trunk/; revision=11238
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9166a7aef4..2eae694d46 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2001-07-19 Jason Leach <jleach@ximian.com> + + * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): + Line up the padding for the folder title bar labels when you have + the folder bar enabled or disabled (previously when disabled it + was padding ~8 pixels to the right while the other had 0). + + * e-shell-view.c (setup_widgets): Take out a 2 pixel padding + around the vbox containing the title bar, folder bar, message list + and mail display. Also remove 2 more extra pixels of padding on + the bottom. + 2001-07-16 Ettore Perazzoli <ettore@ximian.com> * e-shortcuts.c |