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: button_padding when using image+text buttons #2510

Merged
merged 7 commits into from
Jan 23, 2023

Commits on Dec 26, 2022

  1. feat(image-button-margin): implement image button margin

    - add `image_margin` field on `Button` widget
    - implement setter method called `image_margin` for `Button` widget
    - use margin from `image_margin` field of `Button` widget in `Widget`
      trait functions
    RobWalt committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    d7a0c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70157e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d624fa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    ef81b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9694af8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8572339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdd12c2 View commit details
    Browse the repository at this point in the history