better values for chat size
This commit is contained in:
parent
afb15500e0
commit
92453bca1b
|
@ -84,12 +84,12 @@ class Config:
|
|||
'gc-y-position': [opt_int, 0],
|
||||
'gc-width': [opt_int, 675],
|
||||
'gc-height': [opt_int, 400],
|
||||
'gc-hpaned-position': [opt_int, 535],
|
||||
'gc-hpaned-position': [opt_int, 540],
|
||||
'gc_refer_to_nick_char': [opt_str, ','],
|
||||
'chat-x-position': [opt_int, 0],
|
||||
'chat-y-position': [opt_int, 0],
|
||||
'chat-width': [opt_int, 415],
|
||||
'chat-height': [opt_int, 430],
|
||||
'chat-width': [opt_int, 480],
|
||||
'chat-height': [opt_int, 440],
|
||||
'x-position': [ opt_int, 0 ],
|
||||
'y-position': [ opt_int, 0 ],
|
||||
'width': [ opt_int, 150 ],
|
||||
|
|
Loading…
Reference in New Issue