diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-24 10:40:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-24 10:40:05 +0200 |
commit | de97124a4bd12bdb903eddff27d61fec288af48c (patch) | |
tree | 73513082147cb3a48f510f4898a669784cdc810c /bin | |
parent | 019239d9b87314de5fb240b6e721d534a248aea2 (diff) |
cmake, qt: add qt.conf to try fix hidpi
User confirms dpiawareness=0 fixes hidpi.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/qt.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/qt.conf b/bin/qt.conf new file mode 100644 index 00000000..89808c16 --- /dev/null +++ b/bin/qt.conf @@ -0,0 +1,2 @@ +[Platforms]
+WindowsArguments = dpiawareness=0
\ No newline at end of file |