diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-21 03:57:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-21 03:57:48 +0800 |
commit | 83478e041afa04f740618c0be21cbcffab660c97 (patch) | |
tree | 05175d2b2ec6cadca9936bd57009b0b20f556dc0 | |
parent | 09065c723916b05eb509d535cb8069d18c01c50c (diff) | |
download | gsoc2013-evolution-83478e041afa04f740618c0be21cbcffab660c97.tar.gz gsoc2013-evolution-83478e041afa04f740618c0be21cbcffab660c97.tar.zst gsoc2013-evolution-83478e041afa04f740618c0be21cbcffab660c97.zip |
Bug 703244 - Work around GtkBox regression in GTK 3.9.1.
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index f3a1848af1..e4714d1bf4 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -2373,6 +2373,7 @@ </child> </object> <packing> + <property name="expand">True</property> <property name="position">1</property> </packing> </child> |