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 minimum width/height to dialog buttons #89693

Merged

Commits on Apr 17, 2024

  1. Add minimum width/height to dialog buttons

    This makes buttons with short texts such as "OK" or "Close"
    easier to click, especially on a touchscreen.
    
    This is exposed to projects via `buttons_min_width` and `buttons_min_height`
    theme items in AcceptDialog (and therefore ConfirmationDialog and FileDialog),
    with the default values being 0 to preserve compatibility with existing projects.
    Calinou committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1e85266 View commit details
    Browse the repository at this point in the history