From 4701f4748f0484e7dd75a6883bb7651697cc1e71 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2018 02:55:35 +0100 Subject: qt: scale according to screen DPI Previously, as a dpi-unaware app we scaled the whole window, including fonts, making them blurry. Given we now have layouts set all over the program, it Just Works when enabling proper scaling. Except for The Octopus, but you can forget it a bad hair day, can you? --- bin/qt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/qt.conf b/bin/qt.conf index 38487b7a..015754bf 100644 --- a/bin/qt.conf +++ b/bin/qt.conf @@ -1,5 +1,5 @@ [Platforms] -WindowsArguments = dpiawareness=0 +WindowsArguments = dpiawareness=2 [Paths] Libraries = . LibraryExecutables = . -- cgit v1.2.3