Add per-monitor DPI Support

Fixes issue #585. Tested on Surface Book with 1440p secondary monitor, scaling appeared same on high DPI monitor and much better on lower DPI monitor.
This commit is contained in:
Jon Galloway 2017-03-12 19:31:57 -07:00 committed by GitHub
parent 5e8ac93ead
commit d710e93776
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<asmv3:application>
<asmv3:windowsSettings
xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<dpiAware>true/PM</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>