Reduce default spacing of Checkbox

This commit is contained in:
Héctor Ramón Jiménez 2023-08-30 05:34:17 +02:00
parent ffd0f4df45
commit 301e6e5fdc
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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`].
///