Skip to content

Commit

Permalink
Reduce default spacing of Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Aug 30, 2023
1 parent ffd0f4d commit 301e6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/checkbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`].
///
Expand Down

0 comments on commit 301e6e5

Please sign in to comment.