Reduce default size of checkbox to 15.0
This commit is contained in:
parent
7d84c9c9c3
commit
87d16a090b
3 changed files with 6 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue