Skip to content

Commit 4fab450

Browse files
authored
Merge pull request #2858 from JL710/public-default-padding
Make `button::DEFAULT_PADDING` public
2 parents 2448923 + 26642b8 commit 4fab450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

widget/src/button.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ where
459459
}
460460

461461
/// The default [`Padding`] of a [`Button`].
462-
pub(crate) const DEFAULT_PADDING: Padding = Padding {
462+
pub const DEFAULT_PADDING: Padding = Padding {
463463
top: 5.0,
464464
bottom: 5.0,
465465
right: 10.0,

0 commit comments

Comments
 (0)