Reduce default spacing of Checkbox
This commit is contained in:
parent
ffd0f4df45
commit
301e6e5fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ where
|
|||
const DEFAULT_SIZE: f32 = 20.0;
|
||||
|
||||
/// The default spacing of a [`Checkbox`].
|
||||
const DEFAULT_SPACING: f32 = 15.0;
|
||||
const DEFAULT_SPACING: f32 = 10.0;
|
||||
|
||||
/// Creates a new [`Checkbox`].
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue