Reintroduce Box for style_sheet in Slider
This commit is contained in:
parent
eed19dcf81
commit
0c76e0307f
5 changed files with 26 additions and 11 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