Wire up styling to Slider in iced_native
This commit is contained in:
parent
e00a2e9b2d
commit
11bcb13427
9 changed files with 31 additions and 97 deletions
|
|
@ -853,7 +853,7 @@ impl Controls {
|
|||
speed as f32,
|
||||
Message::SpeedChanged,
|
||||
)
|
||||
.style(style::Slider),
|
||||
.style(&style::Slider),
|
||||
)
|
||||
.push(Text::new(format!("x{}", speed)).size(16));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue