GNOME Bugzilla – Bug 612216
Default conversation window size is too small
Last modified: 2012-02-06 14:10:45 UTC
When first using Empathy, the default conversation windows are so small that they're difficult to use. I recommend setting the default conversation window size to 580x480. Also filed as a papercut in Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/empathy/+bug/509756
Created attachment 155572 [details] [review] Makes the chat window default to 580x480
I agree that the default size is too small but I'm afraid this one could be too big for netbooks. Nick: thoughts?
It's always possible to query GdkScreen for the screen height and width, and use some kind of proportion
Querying for a proportion, clamped to a minimum/maximum could work.
I finally merged this patch. Ubuntu users seem happy with it and that's a sensible default nowadays.
FYI, you don't even have to query the screen. You just size the window to whatever suits you and if it exceeds the screen capacity, the window manager will make it fit, as illustrated in http://jeff.ecchi.ca/blog/2011/06/24/dont-make-me-scroll/