aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manifest.xml
diff options
context:
space:
mode:
authorAlexander Neumann <alexander.neumann@picos-software.com>2019-05-20 16:37:40 +0200
committerAlexander Neumann <alexander.neumann@picos-software.com>2019-05-20 16:40:15 +0200
commit017335b30621b0b9262d195c187db4b2984ae6f9 (patch)
tree498ce0c4364e1f3c2e03b0af4dede994dbf6850e /manifest.xml
parentinstaller: quote tmpfile (diff)
downloadwireguard-windows-017335b30621b0b9262d195c187db4b2984ae6f9.tar.xz
wireguard-windows-017335b30621b0b9262d195c187db4b2984ae6f9.zip
ui: change dpiAware setting in manifest to fix display on win8x
Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
Diffstat (limited to '')
-rw-r--r--manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index 781e327a..17f70bd5 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -21,7 +21,7 @@
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
- <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware>
</windowsSettings>
</application>
</assembly>