Set DPI aware to false

Related to 4e266de5ca (commitcomment-120387321)
This commit is contained in:
niksedk 2023-07-02 12:33:40 +02:00
parent 7ed2b3d274
commit aa44723c62

View File

@ -54,7 +54,7 @@
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</dpiAware>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>