Let windows handle all widgets scaling.

Declare ourselves as a Non DPI–aware app.
Tested with Qt 5.6.
This commit is contained in:
Chocobo1 2016-03-31 21:25:36 +08:00 committed by sledgehammer999
commit 3a6a857371

View file

@ -2,4 +2,4 @@
Translations = translations
[Platforms]
WindowsArguments = dpiawareness=1
WindowsArguments = dpiawareness=0