diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-21 03:57:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-21 04:07:55 +0800 |
commit | d58ebadc57a1403cd90957d60ade809655f7bd53 (patch) | |
tree | 6c45ace8b91ce6fb1b260be1585213fca2195857 | |
parent | 77e583d0a345c90207b770e055010f0005a753ca (diff) | |
download | gsoc2013-evolution-d58ebadc57a1403cd90957d60ade809655f7bd53.tar gsoc2013-evolution-d58ebadc57a1403cd90957d60ade809655f7bd53.tar.gz gsoc2013-evolution-d58ebadc57a1403cd90957d60ade809655f7bd53.tar.bz2 gsoc2013-evolution-d58ebadc57a1403cd90957d60ade809655f7bd53.tar.lz gsoc2013-evolution-d58ebadc57a1403cd90957d60ade809655f7bd53.tar.xz gsoc2013-evolution-d58ebadc57a1403cd90957d60ade809655f7bd53.tar.zst gsoc2013-evolution-d58ebadc57a1403cd90957d60ade809655f7bd53.zip |
Bug 703244 - Work around GtkBox regression in GTK 3.9.1.
(cherry picked from commit 83478e041afa04f740618c0be21cbcffab660c97)
-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> |