From b558c66d651b58b63bcfde97d983196c1512e780 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 30 Jan 2015 21:02:10 +0000 Subject: [PATCH] Support High DPI on Windows 7. Replaced the manifest content with that suggested on an MSDN blog post. The "True/PM" setting resolves to system High DPI awareness on Win7, and per-monitor support in Win8. The latter doesn't seem to work properly though, as there's no scaling change as I move the LOOT window between monitors with different DPI scaling settings... --- src/gui/LOOT.exe.manifest | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gui/LOOT.exe.manifest b/src/gui/LOOT.exe.manifest index 83dd9919..76c07796 100644 --- a/src/gui/LOOT.exe.manifest +++ b/src/gui/LOOT.exe.manifest @@ -1,8 +1,8 @@  - - - - Per Monitor - - - + + + + True/PM + + + \ No newline at end of file