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
parent 93d8cadaaf
commit f651062991

View file

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