summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-23 14:02:46 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-23 14:08:32 +0200
commit70036145575c3958eb7a4163253bb293f5c4dfd2 (patch)
tree93417a734df002af8b5dff9fadd430b0766d8079
parentfddb36899ae818cc56f5359b7d32e5acab14028d (diff)
downloadempathy-70036145575c3958eb7a4163253bb293f5c4dfd2.tar.gz
account-widget-yahoo: fix expand/fill settings (#650854)
-rw-r--r--libempathy-gtk/empathy-account-widget-yahoo.ui8
1 files changed, 6 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-yahoo.ui b/libempathy-gtk/empathy-account-widget-yahoo.ui
index 6f219f5df..90ad4ecf5 100644
--- a/libempathy-gtk/empathy-account-widget-yahoo.ui
+++ b/libempathy-gtk/empathy-account-widget-yahoo.ui
@@ -89,6 +89,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>
@@ -105,6 +107,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>
@@ -254,8 +258,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>