So what about this patch?
- normal chat windows 350x375 (though I still prefer 400x400)
- contact list width 170
there's still a problem: rooms are not resized accordingly with empathy-chat.ui
I think they are resized in the C code, and they get really small (but
bigger than previous ones) even with this patch
diff --git a/libempathy-gtk/empathy-chat.ui b/libempathy-gtk/empathy-chat.ui
index 7af4832..7d952d6 100644
--- a/libempathy-gtk/empathy-chat.ui
+++ b/libempathy-gtk/empathy-chat.ui
@@ -18,6 +18,8 @@
<property name="spacing">6</property>
<child>
<object class="GtkScrolledWindow" id="scrolled_window_chat">
+ <property name="width_request">350</property>
+ <property name="heigth_request">375</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
@@ -54,7 +56,7 @@
</child>
<child>
<object class="GtkScrolledWindow" id="scrolled_window_contacts">
- <property name="width_request">200</property>
+ <property name="width_request">170</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
_______________________________________________
telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy