Skip to content
Snippets Groups Projects
Commit c3300fb5 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

make defaul roster width large enough to see the complete menu

parent 4ff34b58
No related branches found
No related tags found
No related merge requests found
......@@ -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, '' ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment