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

Enable high-DPI scaling to support 4k screens #2404

Merged
merged 1 commit into from Oct 21, 2018
Merged

Commits on Oct 20, 2018

  1. Enable high-DPI scaling to support 4k screens.

    This enables coordinate system scaling for high-DPI
    displays, which enforces correct proportions even
    on small 4k displays. The icons are scaled up without
    interpolation, which makes them crisp, but a bit
    pixelated. A new scalable icon set will solve this
    problem, but is not scope of this patch.
    
    Resolves #548, #1381, #1710, #1888
    
    In addition, this patch enforces the KeePassXC icon
    theme for the KMessageBox close icon, since using
    the system theme produces very ugly icons on some
    Linux systems.
    phoerious committed Oct 20, 2018
    Copy the full SHA
    37f6266 View commit details
    Browse the repository at this point in the history