Skip to content

Commit

Permalink
Fix DPI scaling on Windows
Browse files Browse the repository at this point in the history
the manifest appears to be very sensitive to changes
closes #9744
  • Loading branch information
sfan5 committed Apr 25, 2020
1 parent 73180a7 commit 8b45f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/minetest.exe.manifest
Expand Up @@ -8,8 +8,8 @@
</security>
</trustInfo>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
</assembly>

0 comments on commit 8b45f6a

Please sign in to comment.