diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 20:02:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 20:02:38 +0800 |
commit | 5b139ea4db4fbae7876b36eeec28ab874569f867 (patch) | |
tree | 633ea3d55267312deeae3f4c3bbdf1d1928b1f75 /libempathy-gtk/empathy-account-widget-sip.ui | |
parent | f3385db2a89b1c14fb43527f99bcac69d34f4a76 (diff) | |
download | gsoc2013-empathy-5b139ea4db4fbae7876b36eeec28ab874569f867.tar gsoc2013-empathy-5b139ea4db4fbae7876b36eeec28ab874569f867.tar.gz gsoc2013-empathy-5b139ea4db4fbae7876b36eeec28ab874569f867.tar.bz2 gsoc2013-empathy-5b139ea4db4fbae7876b36eeec28ab874569f867.tar.lz gsoc2013-empathy-5b139ea4db4fbae7876b36eeec28ab874569f867.tar.xz gsoc2013-empathy-5b139ea4db4fbae7876b36eeec28ab874569f867.tar.zst gsoc2013-empathy-5b139ea4db4fbae7876b36eeec28ab874569f867.zip |
account-widget-sip: fix expand/fill settings (#650854)
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index 11a035b35..b9bcd934e 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.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> @@ -84,6 +86,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> @@ -100,6 +104,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> |