Skip to content

Commit 8b45f6a

Browse files
committedApr 25, 2020
Fix DPI scaling on Windows
the manifest appears to be very sensitive to changes closes #9744
1 parent 73180a7 commit 8b45f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎misc/minetest.exe.manifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</security>
99
</trustInfo>
1010
<application xmlns="urn:schemas-microsoft-com:asm.v3">
11-
<windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
12-
<dpiAware>true</dpiAware>
11+
<windowsSettings>
12+
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
1313
</windowsSettings>
1414
</application>
1515
</assembly>

0 commit comments

Comments
 (0)
Please sign in to comment.