From f65106299173a93725fdb866ce2d7817b676174c Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 31 Mar 2016 21:25:36 +0800 Subject: [PATCH] Let windows handle all widgets scaling. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Declare ourselves as a Non DPI–aware app. Tested with Qt 5.6. --- dist/windows/qt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/windows/qt.conf b/dist/windows/qt.conf index 372600dc5..5041e27db 100644 --- a/dist/windows/qt.conf +++ b/dist/windows/qt.conf @@ -2,4 +2,4 @@ Translations = translations [Platforms] -WindowsArguments = dpiawareness=1 +WindowsArguments = dpiawareness=0