From 87d16a090b14fa206bb87041a32d66348bc294e4 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 5 Mar 2024 22:03:10 +0100 Subject: Reduce default size of `checkbox` to `15.0` --- widget/src/radio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widget/src/radio.rs') diff --git a/widget/src/radio.rs b/widget/src/radio.rs index c4283af8..90a10a0b 100644 --- a/widget/src/radio.rs +++ b/widget/src/radio.rs @@ -91,7 +91,7 @@ where Renderer: text::Renderer, { /// The default size of a [`Radio`] button. - pub const DEFAULT_SIZE: f32 = 14.0; + pub const DEFAULT_SIZE: f32 = 15.0; /// The default spacing of a [`Radio`] button. pub const DEFAULT_SPACING: f32 = 10.0; -- cgit