Skip to content
Snippets Groups Projects
Commit 15e23de1 authored by Lalit Shankar Chowdhury's avatar Lalit Shankar Chowdhury Committed by Leo Wattenberg
Browse files

Fix HiDPI text rendering on Windows

parent b113a201
No related branches found
No related tags found
No related merge requests found
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity
version="2.3.0.0"
processorArchitecture="x86"
......@@ -19,4 +19,9 @@
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*' />
</dependentAssembly>
</dependency>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">
<gdiScaling>true</gdiScaling>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment