1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

GUI tweaks

This commit is contained in:
Paweł Jastrzębski
2016-04-10 15:10:22 +02:00
parent 558bf07f7f
commit c28e9a6ef0
2 changed files with 4 additions and 4 deletions

1
kcc.py
View File

@@ -71,6 +71,7 @@ from kcc import KCC_gui
if __name__ == "__main__":
freeze_support()
os.environ['QT_AUTO_SCREEN_SCALE_FACTOR'] = "1"
KCCAplication = KCC_gui.QApplicationMessaging(sys.argv)
if KCCAplication.isRunning():
if len(sys.argv) > 1: