diff options
author | Dan Winship <danw@src.gnome.org> | 2004-05-05 23:36:37 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-05-05 23:36:37 +0800 |
commit | 12fb773502ff61c55d40f78a513f6e8bb9b30380 (patch) | |
tree | 9cd9695b52697a13a82b3bd0e6aaf3451ffce616 /shell/ChangeLog | |
parent | 6cb88a7819367f8ece5b563a2910571d3c46f77e (diff) | |
download | gsoc2013-evolution-12fb773502ff61c55d40f78a513f6e8bb9b30380.tar.gz gsoc2013-evolution-12fb773502ff61c55d40f78a513f6e8bb9b30380.tar.zst gsoc2013-evolution-12fb773502ff61c55d40f78a513f6e8bb9b30380.zip |
Change the algorithm so that if the buttons can't be laid out perfectly
* e-sidebar.c (layout_buttons): Change the algorithm so that if
the buttons can't be laid out perfectly rectangularly, then the
extra space is given to the first button (ie, Mail), rather than
the last button (eg, Connector). Also, merge the icons-only and
icons-plus-text layout code together since they were nearly
identical.
(e_sidebar_add_button, e_sidebar_set_mode): Tweak things a bit so
that in icons-only mode, the icons are centered in the buttons.
svn path=/trunk/; revision=25807
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 99c7a79424..658dbc471f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2004-05-05 Dan Winship <danw@ximian.com> + + * e-sidebar.c (layout_buttons): Change the algorithm so that if + the buttons can't be laid out perfectly rectangularly, then the + extra space is given to the first button (ie, Mail), rather than + the last button (eg, Connector). Also, merge the icons-only and + icons-plus-text layout code together since they were nearly + identical. + (e_sidebar_add_button, e_sidebar_set_mode): Tweak things a bit so + that in icons-only mode, the icons are centered in the buttons. + 2004-05-03 Dan Winship <danw@ximian.com> * e-shell-importer.c (e_shell_importer_start_import): Fix warnings |