Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetThreadDpiAwareness for host error dialog #81930

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

elinor-fung
Copy link
Member

@elinor-fung elinor-fung commented Feb 10, 2023

When possible, set the DPI awareness before showing the host error dialog. This is the result of a great suggestion from @reflectronic for avoiding a blurry dialog on high DPI monitors.

Before:
image

After:
image

@ghost
Copy link

ghost commented Feb 10, 2023

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

When possible, set the DPI awareness before showing the host error dialog. This was a great suggestion from @reflectronic for avoiding a blurry dialog on high DPI monitors.

Before:
image

After:
image

Author: elinor-fung
Assignees: -
Labels:

area-Host

Milestone: -

@elinor-fung elinor-fung merged commit 6f36be5 into dotnet:main Feb 13, 2023
@elinor-fung elinor-fung deleted the dpi-awareness branch February 13, 2023 18:54
@ghost ghost locked as resolved and limited conversation to collaborators Mar 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants