Prevent OS DPI scaling on windows (untested)

This commit is contained in:
Andrei Alexeyev 2020-03-30 02:04:46 +03:00
parent 07b6e0950c
commit dc57f78d89
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4
2 changed files with 10 additions and 0 deletions

View file

@ -16,3 +16,7 @@ indent_size = 4
[{meson.build,meson_options.txt}]
indent_style = space
indent_size = 4
[*.manifest]
indent_style = space
indent_size = 2

View file

@ -27,4 +27,10 @@
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
<dpiAware>true</dpiAware>
</windowsSettings>
</application>
</assembly>