Merge pull request #2858 from JL710/public-default-padding
Make `button::DEFAULT_PADDING` public
This commit is contained in:
commit
4fab450ba9
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ where
|
|||
}
|
||||
|
||||
/// The default [`Padding`] of a [`Button`].
|
||||
pub(crate) const DEFAULT_PADDING: Padding = Padding {
|
||||
pub const DEFAULT_PADDING: Padding = Padding {
|
||||
top: 5.0,
|
||||
bottom: 5.0,
|
||||
right: 10.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue