make defaul roster width large enough to see the complete menu

This commit is contained in:
Yann Leboulanger 2007-09-07 20:54:53 +00:00
parent 4ff34b58e5
commit c3300fb58b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Config:
'single-msg-height': [opt_int, 280],
'roster_x-position': [ opt_int, 0 ],
'roster_y-position': [ opt_int, 0 ],
'roster_width': [ opt_int, 150 ],
'roster_width': [ opt_int, 200 ],
'roster_height': [ opt_int, 400 ],
'latest_disco_addresses': [ opt_str, '' ],
'recently_groupchat': [ opt_str, '' ],