diff options
author | Rodney Dawes <dobey@novell.com> | 2005-02-03 09:11:10 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-02-03 09:11:10 +0800 |
commit | 27d2d424c57ad018c536442770bad7bed0e2558a (patch) | |
tree | f188e4de037a9e7914c645a54aa0d8e6e709f579 /addressbook | |
parent | c67025743b0f0ef8f082b88559606dd0100aba3e (diff) | |
download | gsoc2013-evolution-27d2d424c57ad018c536442770bad7bed0e2558a.tar.gz gsoc2013-evolution-27d2d424c57ad018c536442770bad7bed0e2558a.tar.zst gsoc2013-evolution-27d2d424c57ad018c536442770bad7bed0e2558a.zip |
Fix a small spacing issue in the Display section's children, to be HIG
2005-02-02 Rodney Dawes <dobey@novell.com>
* gui/component/ldap-config.glade: Fix a small spacing issue in the
Display section's children, to be HIG compliant
svn path=/trunk/; revision=28683
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-config.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5cfb9eeafb..be0156597e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2005-02-02 Rodney Dawes <dobey@novell.com> + + * gui/component/ldap-config.glade: Fix a small spacing issue in the + Display section's children, to be HIG compliant + 2005-01-31 Hans Petter Jansson <hpj@novell.com> * gui/widgets/eab-config.c (_EABConfigPrivate): Use guint instead of diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index 140b7a28d4..32ef5a6f72 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -106,7 +106,7 @@ <widget class="GtkHBox" id="hbox122"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label563"> |