[empathy: 2/7] ChatroomsWindow: make the minimum size a bit bigger



commit 0f19e7e7b63a2c457a498bf84d4928db59fb56e4
Author: Will Thompson <will thompson collabora co uk>
Date:   Fri Jun 24 15:03:48 2011 +0100

    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

 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 973f66e..dc8e359 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]