diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 20:01:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-23 20:01:55 +0800 |
commit | 460656fc0249390aa280400290efa5bc897d7d98 (patch) | |
tree | 8fcf37987e0c73cdd405573d3b412951092bc5d6 | |
parent | a5b5353000f407b35b928df6fbef288f5337f547 (diff) | |
download | gsoc2013-empathy-460656fc0249390aa280400290efa5bc897d7d98.tar gsoc2013-empathy-460656fc0249390aa280400290efa5bc897d7d98.tar.gz gsoc2013-empathy-460656fc0249390aa280400290efa5bc897d7d98.tar.bz2 gsoc2013-empathy-460656fc0249390aa280400290efa5bc897d7d98.tar.lz gsoc2013-empathy-460656fc0249390aa280400290efa5bc897d7d98.tar.xz gsoc2013-empathy-460656fc0249390aa280400290efa5bc897d7d98.tar.zst gsoc2013-empathy-460656fc0249390aa280400290efa5bc897d7d98.zip |
account-widget-aim: fix expand/fill settings (#650854)
-rw-r--r-- | libempathy-gtk/empathy-account-widget-aim.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-aim.ui b/libempathy-gtk/empathy-account-widget-aim.ui index fc21c67fb..bbc358b4b 100644 --- a/libempathy-gtk/empathy-account-widget-aim.ui +++ b/libempathy-gtk/empathy-account-widget-aim.ui @@ -88,6 +88,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> @@ -104,6 +106,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> |