fix: slider height and iced fixed
This commit is contained in:
parent
ba41a48971
commit
4a770419f7
2 changed files with 3 additions and 2 deletions
|
|
@ -253,7 +253,8 @@ impl State {
|
|||
.add(settings::item(
|
||||
"Slider",
|
||||
slider(0.0..=100.0, self.slider_value, Message::SliderChanged)
|
||||
.width(Length::Fixed(250.0)),
|
||||
.width(Length::Fixed(250.0))
|
||||
.height(38),
|
||||
))
|
||||
.add(settings::item(
|
||||
"Progress",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue