diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-21 03:57:09 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-21 03:57:09 +0800 |
commit | 406314273a951f81fa8b23cb703fe9ec9c5e5b8a (patch) | |
tree | 9f5cc7e0e72375bddfd1c36017b70cc77ae1e7aa /libempathy-gtk/empathy-chat.glade | |
parent | 9bb81d2d976d8bf388db0a91d87202928c4453f4 (diff) | |
download | gsoc2013-empathy-406314273a951f81fa8b23cb703fe9ec9c5e5b8a.tar gsoc2013-empathy-406314273a951f81fa8b23cb703fe9ec9c5e5b8a.tar.gz gsoc2013-empathy-406314273a951f81fa8b23cb703fe9ec9c5e5b8a.tar.bz2 gsoc2013-empathy-406314273a951f81fa8b23cb703fe9ec9c5e5b8a.tar.lz gsoc2013-empathy-406314273a951f81fa8b23cb703fe9ec9c5e5b8a.tar.xz gsoc2013-empathy-406314273a951f81fa8b23cb703fe9ec9c5e5b8a.tar.zst gsoc2013-empathy-406314273a951f81fa8b23cb703fe9ec9c5e5b8a.zip |
Rework the way chat window is resized when the contact list appear/disappear. Fixes bug #528229.
svn path=/trunk/; revision=1013
Diffstat (limited to 'libempathy-gtk/empathy-chat.glade')
-rw-r--r-- | libempathy-gtk/empathy-chat.glade | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-chat.glade b/libempathy-gtk/empathy-chat.glade index 9428474b5..f313c2f55 100644 --- a/libempathy-gtk/empathy-chat.glade +++ b/libempathy-gtk/empathy-chat.glade @@ -57,8 +57,6 @@ <property name="can_focus">True</property> <child> <widget class="GtkVBox" id="vbox_left"> - <property name="width_request">600</property> - <property name="height_request">500</property> <property name="visible">True</property> <property name="spacing">6</property> <child> @@ -107,7 +105,7 @@ </child> </widget> <packing> - <property name="resize">True</property> + <property name="resize">False</property> <property name="shrink">True</property> </packing> </child> |