aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chatrooms-window.ui
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-06-24 22:03:48 +0800
committerWill Thompson <will.thompson@collabora.co.uk>2011-06-24 22:13:20 +0800
commit0f19e7e7b63a2c457a498bf84d4928db59fb56e4 (patch)
treee6b7d9fcfea79ebcabc646e49cf327f552483594 /src/empathy-chatrooms-window.ui
parent9f79b7c5d74f1a82387881121403e755757f8cb3 (diff)
downloadgsoc2013-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
Diffstat (limited to 'src/empathy-chatrooms-window.ui')
-rw-r--r--src/empathy-chatrooms-window.ui3
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>