make defaul roster width large enough to see the complete menu
This commit is contained in:
parent
4ff34b58e5
commit
c3300fb58b
|
@ -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, '' ],
|
||||
|
|
Loading…
Reference in New Issue