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

gui: Fix macOS and designer font sizes #2098

Merged
merged 1 commit into from
Apr 11, 2021

Commits on Apr 11, 2021

  1. Fix GUI macOS and designer font sizes

    This change enables an increased font size for Windows and Linux only.
    Because macOS often uses a different reference DPI, a fixed point-size
    adjustment like we defined before can actually result in smaller text.
    Instead, we rely on the default font size for macOS builds.
    
    This also fixes a side-effect of the global stylesheet font size value
    which overrides the sizes configured for text in the designer forms.
    cyrossignol committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    fd86ddd View commit details
    Browse the repository at this point in the history