diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 20:02:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 20:02:11 +0800 |
commit | 7c7a46d5a421506a61168787e042c57605a5874d (patch) | |
tree | e2772ee53f74d4e905f9389f39cab1bf14083632 /libempathy-gtk/empathy-account-widget-groupwise.ui | |
parent | 460656fc0249390aa280400290efa5bc897d7d98 (diff) | |
download | gsoc2013-empathy-7c7a46d5a421506a61168787e042c57605a5874d.tar gsoc2013-empathy-7c7a46d5a421506a61168787e042c57605a5874d.tar.gz gsoc2013-empathy-7c7a46d5a421506a61168787e042c57605a5874d.tar.bz2 gsoc2013-empathy-7c7a46d5a421506a61168787e042c57605a5874d.tar.lz gsoc2013-empathy-7c7a46d5a421506a61168787e042c57605a5874d.tar.xz gsoc2013-empathy-7c7a46d5a421506a61168787e042c57605a5874d.tar.zst gsoc2013-empathy-7c7a46d5a421506a61168787e042c57605a5874d.zip |
account-widget-groupwise: fix expand/fill settings (#650854)
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-groupwise.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-groupwise.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-groupwise.ui b/libempathy-gtk/empathy-account-widget-groupwise.ui index af5180632..e5c89ec52 100644 --- a/libempathy-gtk/empathy-account-widget-groupwise.ui +++ b/libempathy-gtk/empathy-account-widget-groupwise.ui @@ -72,6 +72,8 @@ <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> </packing> </child> <child> @@ -85,6 +87,8 @@ <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> </packing> </child> <child> @@ -101,6 +105,8 @@ <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"></property> </packing> </child> <child> |