microsoft / Analysis-Services

Git repo for Analysis Services samples and community projects
MIT License
605 stars 416 forks source link

Add DPI unawareness to address High-DPI Issues #284

Closed getkeshav closed 3 months ago

getkeshav commented 3 months ago

Updates:

  1. Added a step to set DPI awareness context to unaware to prevent CefSharp from managing DPI scaling.
  2. Added a notification to show a warning to users about HDPI issues if setting DPI context to unaware fails.

Screenshot: image

Message pop up: image