summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widget/src/checkbox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/checkbox.rs b/widget/src/checkbox.rs
index a66ce3ff..0158f15c 100644
--- a/widget/src/checkbox.rs
+++ b/widget/src/checkbox.rs
@@ -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`].
///