Make default height of Slider consistent with Checkbox
This commit is contained in:
parent
76627bb481
commit
8a98d1e797
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ where
|
|||
Message: Clone,
|
||||
{
|
||||
/// The default height of a [`Slider`].
|
||||
pub const DEFAULT_HEIGHT: f32 = 15.0;
|
||||
pub const DEFAULT_HEIGHT: f32 = 16.0;
|
||||
|
||||
/// Creates a new [`Slider`].
|
||||
///
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ where
|
|||
Message: Clone,
|
||||
{
|
||||
/// The default width of a [`VerticalSlider`].
|
||||
pub const DEFAULT_WIDTH: f32 = 22.0;
|
||||
pub const DEFAULT_WIDTH: f32 = 16.0;
|
||||
|
||||
/// Creates a new [`VerticalSlider`].
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue