Reduce default Rail::width of Slider widget
This commit is contained in:
parent
8fe7f9e435
commit
00e7035622
1 changed files with 2 additions and 2 deletions
|
|
@ -580,8 +580,8 @@ pub fn default(theme: &Theme, status: Status) -> Appearance {
|
||||||
Appearance {
|
Appearance {
|
||||||
rail: Rail {
|
rail: Rail {
|
||||||
colors: (color, palette.secondary.base.color),
|
colors: (color, palette.secondary.base.color),
|
||||||
width: 6.0,
|
width: 4.0,
|
||||||
border_radius: 3.0.into(),
|
border_radius: 2.0.into(),
|
||||||
},
|
},
|
||||||
handle: Handle {
|
handle: Handle {
|
||||||
shape: HandleShape::Circle { radius: 7.0 },
|
shape: HandleShape::Circle { radius: 7.0 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue