diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-15 09:14:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-15 10:23:20 +0100 |
commit | 6ec76009eecd26e9ed0bcfca124f57a2a8723818 (patch) | |
tree | 48a086d5b3dc12c0f9189c5e43c4aa65caebca53 /bin/qt.conf | |
parent | e0456fad5c96f4a272accecb0781d9a32e6d2cf4 (diff) |
qt.conf: hidpi support snafu
Qt dpiawareness=1 doesn't look like it's messing up
after resolution changes. Use it for now.
Diffstat (limited to 'bin/qt.conf')
-rw-r--r-- | bin/qt.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qt.conf b/bin/qt.conf index 015754bf..7d3a9f12 100644 --- a/bin/qt.conf +++ b/bin/qt.conf @@ -1,5 +1,5 @@ [Platforms] -WindowsArguments = dpiawareness=2 +WindowsArguments = dpiawareness=1 [Paths] Libraries = . LibraryExecutables = . |