Skip to content

Commit 69824a9

Browse files
committed
Re-add dpiAware to app.manifest for BrowserSubProcess
1 parent 65a2fa2 commit 69824a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CefSharp.BrowserSubprocess/app.manifest

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
</security>
2828
</trustInfo>
2929

30+
<asmv3:application>
31+
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
32+
<dpiAware>true</dpiAware>
33+
</asmv3:windowsSettings>
34+
</asmv3:application>
35+
3036
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
3137
<application>
3238
<!-- A list of all Windows versions that this application is designed to work with.

0 commit comments

Comments
 (0)