file transfers - time, window settings, statuses fix

This commit is contained in:
ingvar1995 2016-06-17 14:53:33 +03:00
parent e375dca9cc
commit 0e86fd66df
4 changed files with 52 additions and 13 deletions

View file

@ -86,7 +86,11 @@ class Settings(Singleton, dict):
'notes': {},
'smileys': True,
'smiley_pack': 'default',
'mirror_mode': False
'mirror_mode': False,
'width': 920,
'height': 500,
'x': 400,
'y': 400
}
@staticmethod