Skip to content

Commit

Permalink
Prevent OS DPI scaling on windows (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Mar 29, 2020
1 parent 07b6e09 commit dc57f78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions src/taisei.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit dc57f78

Please sign in to comment.