diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-24 22:03:48 +0800 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-24 22:13:20 +0800 |
commit | 0f19e7e7b63a2c457a498bf84d4928db59fb56e4 (patch) | |
tree | e6b7d9fcfea79ebcabc646e49cf327f552483594 | |
parent | 9f79b7c5d74f1a82387881121403e755757f8cb3 (diff) | |
download | gsoc2013-empathy-0f19e7e7b63a2c457a498bf84d4928db59fb56e4.tar gsoc2013-empathy-0f19e7e7b63a2c457a498bf84d4928db59fb56e4.tar.gz gsoc2013-empathy-0f19e7e7b63a2c457a498bf84d4928db59fb56e4.tar.bz2 gsoc2013-empathy-0f19e7e7b63a2c457a498bf84d4928db59fb56e4.tar.lz gsoc2013-empathy-0f19e7e7b63a2c457a498bf84d4928db59fb56e4.tar.xz gsoc2013-empathy-0f19e7e7b63a2c457a498bf84d4928db59fb56e4.tar.zst gsoc2013-empathy-0f19e7e7b63a2c457a498bf84d4928db59fb56e4.zip |
ChatroomsWindow: make the minimum size a bit bigger
This patch makes the scrolled window's minimum size request the same as
the new size for the status editor's scrolled window.
https://bugzilla.gnome.org/show_bug.cgi?id=630943
-rw-r--r-- | src/empathy-chatrooms-window.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-chatrooms-window.ui b/src/empathy-chatrooms-window.ui index 973f66e86..dc8e3591f 100644 --- a/src/empathy-chatrooms-window.ui +++ b/src/empathy-chatrooms-window.ui @@ -41,7 +41,8 @@ <property name="visible">True</property> <child> <object class="GtkScrolledWindow" id="sw_room_list"> - <property name="height_request">150</property> + <property name="width_request">408</property> + <property name="height_request">252</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> |