make DEFAULT_PADDING public
This commit is contained in:
parent
4b075b9731
commit
26642b8724
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,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