From 5af733d166e131a1e553d0094dd1a150855f2eab Mon Sep 17 00:00:00 2001 From: Verrickt Date: Thu, 25 Oct 2018 19:22:30 +0800 Subject: [PATCH 1/3] Declare per monitor DPI awareness --- QuickLook/app.manifest | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/QuickLook/app.manifest b/QuickLook/app.manifest index dafc5ef..37036a7 100644 --- a/QuickLook/app.manifest +++ b/QuickLook/app.manifest @@ -49,13 +49,19 @@ DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. --> - + + PerMonitor + + + true + - --> +