summaryrefslogtreecommitdiffstats
path: root/widget/src/checkbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src/checkbox.rs')
-rw-r--r--widget/src/checkbox.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/widget/src/checkbox.rs b/widget/src/checkbox.rs
index c837ab3f..f0c7357b 100644
--- a/widget/src/checkbox.rs
+++ b/widget/src/checkbox.rs
@@ -59,10 +59,10 @@ where
Renderer: text::Renderer,
{
/// The default size of a [`Checkbox`].
- const DEFAULT_SIZE: f32 = 15.0;
+ const DEFAULT_SIZE: f32 = 16.0;
/// The default spacing of a [`Checkbox`].
- const DEFAULT_SPACING: f32 = 10.0;
+ const DEFAULT_SPACING: f32 = 8.0;
/// Creates a new [`Checkbox`].
///