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 committed by amaitland
parent 1197f37035
commit f96dd2af97

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>