summaryrefslogtreecommitdiff
path: root/src/setup/setup-manifest.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/setup-manifest.xml.in')
-rw-r--r--src/setup/setup-manifest.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/setup/setup-manifest.xml.in b/src/setup/setup-manifest.xml.in
index ff879263..5e5cb87c 100644
--- a/src/setup/setup-manifest.xml.in
+++ b/src/setup/setup-manifest.xml.in
@@ -29,5 +29,14 @@
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> <!-- Vista -->
</application>
</compatibility>
+
+ <!-- Declare app as DPI aware, so that Windows Vista and later will not
+ apply DPI virtualization. -->
+
+ <asmv3:application>
+ <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+ <dpiAware>true</dpiAware>
+ </asmv3:windowsSettings>
+ </asmv3:application>
</assembly>