Add app.manifest to WinForms example including HighDpi settings

Use Cef.EnableHighDPISupport(); also
This commit is contained in:
amaitland
2016-09-20 11:58:37 +10:00
parent ac451f78d0
commit 21f8a90d60
4 changed files with 66 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
<dpiAware>true/PM</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>