Kaydet (Commit) 2a0e52af authored tarafından Enrico Tröger's avatar Enrico Tröger

Windows: Enable DPI-aware mode in Windows Assembly Manifest

This should solve display issues with HiDPI displays.
Closes #692.
üst 193430f4
......@@ -15,4 +15,10 @@
</requestedPrivileges>
</security>
</trustInfo>
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment