-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Currently the default DPI Awareness is true/PM, this won't suite everyone.
-
AddCefSharpSettingsoption to allow for a new command line arg to be appended -
Change default to
PerMonitorV2??? -
Both browser process and
GPUprocess (Chromedoesn't appear to worry aboutrenderprocesses) must have a matching awareness. -
app.manifestsetting takes priority overCef.EnableHighDPISupport(); -
Chromedefaults toPerMonitorV2, we currently usePerMonitor
UPDATE
Chromium now sets the DPI Awareness to PermonitorV2 by default. You can override this via app.manifest or via programmatic call. #4410
jozefizso and yogster