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

Correct GE debugger font size in small window mode #9419

Merged
merged 1 commit into from
Mar 12, 2017

Conversation

unknownbrackets
Copy link
Collaborator

This should handle high and low DPI cases correctly, to avoid making the text unreadably small.

05bdf8a didn't account for small-window mode. I almost just capped the scale, but then if you had a 1x window (though that'd be unusual) on a 4K screen, you'd still get tiny text.

-[Unknown]

This should handle high and low DPI cases correctly, to avoid making the
text unreadably small.
@hrydgard
Copy link
Owner

Good catch!

Having global knowledge of the real vs fake DPI also makes it simpler to implement the requested feature of enlarging or shrinking the whole UI when tweaking the DPI. Small-window mode is just a special case of that possible feature.

@hrydgard hrydgard merged commit 701b974 into hrydgard:master Mar 12, 2017
@unknownbrackets unknownbrackets deleted the small-window branch March 12, 2017 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants