fix: slider height and iced fixed

This commit is contained in:
Ashley Wulber 2023-05-10 17:46:08 -04:00
parent ba41a48971
commit 4a770419f7
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 3 additions and 2 deletions

View file

@ -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",