diff options
author | Rodney Dawes <dobey@novell.com> | 2005-02-04 00:53:35 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-02-04 00:53:35 +0800 |
commit | 1582f7e6522aad159ab54ce81fd32d7bde7e8bdc (patch) | |
tree | b3b90e58df063c43ded27dfd77e2f094b57df46d /plugins/itip-formatter/ChangeLog | |
parent | 126ac962dc8efe74ef240de141fcfc80ef285644 (diff) | |
download | gsoc2013-evolution-1582f7e6522aad159ab54ce81fd32d7bde7e8bdc.tar.gz gsoc2013-evolution-1582f7e6522aad159ab54ce81fd32d7bde7e8bdc.tar.zst gsoc2013-evolution-1582f7e6522aad159ab54ce81fd32d7bde7e8bdc.zip |
Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBox
2005-03-03 Rodney Dawes <dobey@novell.com>
* itip-view.c (itip_view_init): Set the spacing for ourself to 12
to be HIG compliant as we are a GtkHBox derivative
Align the icon at 0.5 in the X direction to be HIG compliant
Set the spacing between table rows/columns to be HIG compliant
Fix the spacing/padding for all the boxes and packing calls to be
HIG compliant
Fixes #41235
svn path=/trunk/; revision=28693
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r-- | plugins/itip-formatter/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog index b620031de9..b30de7136d 100644 --- a/plugins/itip-formatter/ChangeLog +++ b/plugins/itip-formatter/ChangeLog @@ -1,3 +1,14 @@ +2005-03-03 Rodney Dawes <dobey@novell.com> + + * itip-view.c (itip_view_init): Set the spacing for ourself to 12 + to be HIG compliant as we are a GtkHBox derivative + Align the icon at 0.5 in the X direction to be HIG compliant + Set the spacing between table rows/columns to be HIG compliant + Fix the spacing/padding for all the boxes and packing calls to be + HIG compliant + + Fixes #41235 + 2005-02-02 Chenthill Palanisamy <pchenthill@novell.com> reviewed by Harish Krishnaswamy <kharish@novell.com> |