Unverified Kaydet (Commit) 9cec0a8f authored tarafından Enrico Tröger's avatar Enrico Tröger Kaydeden (comit) GitHub

Merge pull request #1992 from eht16/issue692_windows_dpi_aware

Windows: Enable DPI-aware mode in Windows Assembly Manifest
...@@ -15,4 +15,10 @@ ...@@ -15,4 +15,10 @@
</requestedPrivileges> </requestedPrivileges>
</security> </security>
</trustInfo> </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> </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