[idd] helper: use per-monitor DPI awareness v2

This avoids weird issues when scaling menus and non-client areas
dynamically.
This commit is contained in:
Quantum
2026-06-03 21:54:25 -04:00
committed by Geoffrey McRae
parent 2317801411
commit bff890f635
2 changed files with 20 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:application>
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>