WIP: HiDPI support - 3D scene on Windows / Linux

HiDPI support on Windows - enabled in manifest.
This commit is contained in:
bubnikv 2019-02-04 21:41:10 +01:00
parent 09ee5793df
commit 5207d31df1
3 changed files with 34 additions and 15 deletions

View file

@ -31,7 +31,8 @@
</compatibility>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2017/WindowsSettings">
<!-- set gdiScaling to true? -->
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> <!-- legacy -->
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>