emilk / emilk/egui

Allow changing button min_size.

Open
#1,815 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.