Make default height of Slider consistent with Checkbox

This commit is contained in:
Héctor Ramón Jiménez 2024-03-08 00:39:42 +01:00
parent 76627bb481
commit 8a98d1e797
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 2 deletions

View file

@ -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`].
///

View file

@ -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`].
///