Skip to content

Commit

Permalink
Updated manifest for multi monitor mode (#526)
Browse files Browse the repository at this point in the history
This change is necessary for multi monitor mode, especially when DPI scaling is set at different value for each monitor.
  • Loading branch information
oomek authored and mickelson committed Jan 23, 2019
1 parent 0ad01e2 commit 77bfe4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/attract.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<dpiAware>True/PM</dpiAware>
</asmv3:windowsSettings>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<dpiAwareness>PerMonitorV2, PerMonitor</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

0 comments on commit 77bfe4a

Please sign in to comment.