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

Fix scrollbar length proportional to total menu items #2860

Merged
merged 1 commit into from
Jun 22, 2022

Commits on Jun 22, 2022

  1. Fix scrollbar length proportional to total menu items

    The scrollbar length used to increase with more entries in the menu,
    which was counter-intuitive to how scrollbars worked in most
    applications. Turns out there was a typo in the floor division
    implementation :)
    sudormrfbin committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6a4b25c View commit details
    Browse the repository at this point in the history