Make Checkbox, Radio, and Toggler default sizes consistent
This commit is contained in:
parent
1b96868e48
commit
c99e599647
3 changed files with 5 additions and 5 deletions
|
|
@ -56,7 +56,7 @@ where
|
|||
Renderer: text::Renderer,
|
||||
{
|
||||
/// The default size of a [`Toggler`].
|
||||
pub const DEFAULT_SIZE: f32 = 20.0;
|
||||
pub const DEFAULT_SIZE: f32 = 16.0;
|
||||
|
||||
/// Creates a new [`Toggler`].
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue