Allow changing button min_size.
Open
feature
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 67
Description
**Is your feature request related to a problem? Please describe.**
I want to change the `Button` minimum size but cannot set `min_size()` because it is `pub(crate)`. Oops?
**Describe the solution you'd like**
Change `pub(crate) fn min_size(...)` to `pub fn min_size(...)`.
Contributor guide
Assessment
This issue has not been assessed yet.