You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS, the automatic DPI scaling that gets applied results in a double-scaled UI. An example:
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.
The text was updated successfully, but these errors were encountered:
On MacOS, the automatic DPI scaling that gets applied results in a double-scaled UI. An example:

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.
The text was updated successfully, but these errors were encountered: