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

GraphEditor HiDPI scaling applied twice on MacOS #1585

Closed
virokannas opened this issue Oct 26, 2023 · 2 comments
Closed

GraphEditor HiDPI scaling applied twice on MacOS #1585

virokannas opened this issue Oct 26, 2023 · 2 comments

Comments

@virokannas
Copy link
Contributor

On MacOS, the automatic DPI scaling that gets applied results in a double-scaled UI. An example:
Screenshot 2023-10-26 at 2 13 22 PM

This screenshot is taken on a 4K screen running at 2560x1440 logical resolution.

A simple solution would be just to skip the DPI scaling set up in Main.cpp under the comment "Handle DPI scaling" - this results in normal-sized UI components.

@virokannas
Copy link
Contributor Author

Sent pull request #1586 to address this.

@jstone-lucasfilm
Copy link
Member

Thanks for the fix, @virokannas, and this is now addressed in #1586.

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

No branches or pull requests

2 participants