[improvement][settings] new property 'ui.scale_factor' responsible for defining the interface scale factor

This commit is contained in:
Vinicius Moreira
2020-06-24 12:23:05 -03:00
parent cab309b023
commit 1088966991
16 changed files with 117 additions and 5 deletions

View File

@@ -39,7 +39,8 @@ def read_config(update_file: bool = False) -> dict:
},
'style': None,
'hdpi': True,
"auto_scale": False
"auto_scale": False,
"scale_factor": 1.0
},
'download': {