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

Add HiDPI scaling support for high resolution displays #455

Closed
wants to merge 1 commit into from

Commits on May 16, 2024

  1. Add HiDPI scaling support for high resolution displays

    Add an optional --hidpi configure flag to allow installing
    as a fully SVG theme, with an updated index.theme for HiDPI
    support. This will be seen when Scaling is set to 2x or 3x.
    
    Fixes issues where wrong icons are shown in some places with
    scaling enabled (like the Places sidebars in file managers),
    and blurry icon issues, especially with scaling enabled.
    The PNG non-HiDPI theme also restricted the amount of zoom
    steps the icons had with scaling enabled, so this should
    resolve that as well.
    
    Fixes shimmerproject#124
    Fixes shimmerproject#317
    Fixes shimmerproject#362
    Fixes shimmerproject#403
    newhoa committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c483389 View commit details
    Browse the repository at this point in the history