After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674432 - The buddy list window is very small by default
The buddy list window is very small by default
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Chat
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-04-19 20:31 UTC by William Jon McCann
Modified: 2012-04-20 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
roster-window: set a default height (1.07 KB, patch)
2012-04-20 08:06 UTC, Guillaume Desmottes
committed Details | Review

Description William Jon McCann 2012-04-19 20:31:40 UTC
The buddy list comes up very small on first run. Only large enough to see two or three people. This seems odd to me since for most people they are going to need all or most of the available screen height to see the many people they have in the list.
Comment 1 Guillaume Desmottes 2012-04-20 08:06:29 UTC
Created attachment 212403 [details] [review]
roster-window: set a default height

600 seems to be a decent default height and that's already the one we use for
the log viewer window.

We continue relying on Gtk+ to pick the best width as there is no point making
the window wider as long as all the menus are displayed.
Comment 2 Xavier Claessens 2012-04-20 09:13:32 UTC
+1
Comment 3 Guillaume Desmottes 2012-04-20 09:19:06 UTC
Attachment 212403 [details] pushed as eb6f86c - roster-window: set a default height