diff options
author | sfan5 <sfan5@live.de> | 2020-04-25 14:00:11 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2020-04-25 14:00:11 +0200 |
commit | 8b45f6a5f3eac7030cdc12d729066ccef4794502 (patch) | |
tree | 30747a8ff55c3ce666fc0c7b2401ff607b3ffde3 /misc/minetest.exe.manifest | |
parent | 73180a73da9b290e2da8629799696cd8c4eab268 (diff) | |
download | minetest-8b45f6a5f3eac7030cdc12d729066ccef4794502.tar.gz minetest-8b45f6a5f3eac7030cdc12d729066ccef4794502.tar.bz2 minetest-8b45f6a5f3eac7030cdc12d729066ccef4794502.zip |
Fix DPI scaling on Windows
the manifest appears to be very sensitive to changes
closes #9744
Diffstat (limited to 'misc/minetest.exe.manifest')
-rw-r--r-- | misc/minetest.exe.manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/minetest.exe.manifest b/misc/minetest.exe.manifest index 18f8c85f4..3c32b0f8b 100644 --- a/misc/minetest.exe.manifest +++ b/misc/minetest.exe.manifest @@ -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> |