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

Support automatic style type casting for Buttons. #2046

Merged
merged 3 commits into from
Sep 3, 2023
Merged

Support automatic style type casting for Buttons. #2046

merged 3 commits into from
Sep 3, 2023

Commits on Sep 3, 2023

  1. Support automatic style type casting for Buttons.

    Changes the signature of Button::style to use `impl Into<...>` instead of taking the style sheet itself. (Matches other widgets).
    dtzxporter authored and hecrj committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    aed06ac View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    hecrj committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    28252e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63c5f62 View commit details
    Browse the repository at this point in the history