Changeset 8747 for branches/gajim_0.11.1

Show
Ignore:
Timestamp:
09/07/07 22:56:41 (15 months ago)
Author:
asterix
Message:

make default roster width large enough to see the complete menu

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/config.py

    r8700 r8747  
    127127                'roster_x-position': [ opt_int, 0 ], 
    128128                'roster_y-position': [ opt_int, 0 ], 
    129                 'roster_width': [ opt_int, 150 ], 
     129                'roster_width': [ opt_int, 200 ], 
    130130                'roster_height': [ opt_int, 400 ], 
    131131                'latest_disco_addresses': [ opt_str, '' ],