diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-27 19:18:21 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-27 19:18:21 +0800 |
commit | 45f90d5e703ff66fb339db1d311af1802f547847 (patch) | |
tree | 8823b6dc33af15a5b28b35310f29401048d30974 /plugins | |
parent | 83cdb01f285d355351c8dc71915684d0e13b29ca (diff) | |
download | gsoc2013-evolution-45f90d5e703ff66fb339db1d311af1802f547847.tar.gz gsoc2013-evolution-45f90d5e703ff66fb339db1d311af1802f547847.tar.zst gsoc2013-evolution-45f90d5e703ff66fb339db1d311af1802f547847.zip |
** Fix for bug #511950
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #511950
* properties.glade: Do not force button/label sizes.
svn path=/trunk/; revision=35264
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/groupwise-features/properties.glade | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 25ec8d13f2..2cfb525dc0 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,9 @@ +2008-03-27 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #511950 + + * properties.glade: Do not force button/label sizes. + 2008-03-25 Sankar P <psankar@novell.com> * proxy.c: (org_gnome_proxy): diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index e5ff745c0c..95f9758db0 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -241,7 +241,6 @@ <child> <widget class="GtkButton" id="Address"> - <property name="width_request">96</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> @@ -316,7 +315,6 @@ <child> <widget class="GtkButton" id="Add"> - <property name="width_request">61</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> @@ -359,7 +357,6 @@ <child> <widget class="GtkLabel" id="label561"> - <property name="width_request">29</property> <property name="visible">True</property> <property name="label" translatable="yes">_Add</property> <property name="use_underline">True</property> @@ -788,7 +785,6 @@ <child> <widget class="GtkLabel" id="label555"> - <property name="width_request">248</property> <property name="visible">True</property> <property name="label" translatable="yes"></property> <property name="use_underline">False</property> |