WIN32: HiDPI support

This commit is contained in:
SupSuper 2021-03-29 06:18:43 +01:00 committed by Eugene Sandulenko
parent 88fa55c7c6
commit 0b25368f7c

View File

@ -6,4 +6,10 @@
</requestedPrivileges>
</security>
</trustInfo>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
</assembly>