diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 19:38:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 20:01:12 +0800 |
commit | a5b5353000f407b35b928df6fbef288f5337f547 (patch) | |
tree | 7b20885ec3a208c562cd2af1bc6074898aee6662 /libempathy-gtk | |
parent | 043fadc328839eb7c4bd893de81b6409509b54b2 (diff) | |
download | gsoc2013-empathy-a5b5353000f407b35b928df6fbef288f5337f547.tar gsoc2013-empathy-a5b5353000f407b35b928df6fbef288f5337f547.tar.gz gsoc2013-empathy-a5b5353000f407b35b928df6fbef288f5337f547.tar.bz2 gsoc2013-empathy-a5b5353000f407b35b928df6fbef288f5337f547.tar.lz gsoc2013-empathy-a5b5353000f407b35b928df6fbef288f5337f547.tar.xz gsoc2013-empathy-a5b5353000f407b35b928df6fbef288f5337f547.tar.zst gsoc2013-empathy-a5b5353000f407b35b928df6fbef288f5337f547.zip |
account-widget-msn: fix expand/fill settings (#650854)
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-msn.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-msn.ui b/libempathy-gtk/empathy-account-widget-msn.ui index f20df8262..3275a0165 100644 --- a/libempathy-gtk/empathy-account-widget-msn.ui +++ b/libempathy-gtk/empathy-account-widget-msn.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> @@ -195,8 +201,8 @@ </child> </object> <packing> - <property name="expand">False</property> - <property name="fill">False</property> + <property name="expand">True</property> + <property name="fill">True</property> <property name="position">1</property> </packing> </child> |