interface settings update. messages font size, mirror mode fixes

This commit is contained in:
ingvar1995 2016-06-18 23:29:49 +03:00
parent def6e10b93
commit 48360ea54c
4 changed files with 33 additions and 23 deletions

View file

@ -119,7 +119,8 @@ class Settings(Singleton, dict):
'width': 920,
'height': 500,
'x': 400,
'y': 400
'y': 400,
'message_font_size': 14
}
@staticmethod