diff options
-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> |