Merge remote-tracking branch 'origin/master' into feat/multi-window-support
# Conflicts: # winit/src/window.rs
This commit is contained in:
commit
744cef5608
70 changed files with 807 additions and 542 deletions
|
|
@ -48,7 +48,7 @@ impl Program for Controls {
|
|||
let text = &self.text;
|
||||
|
||||
let sliders = Row::new()
|
||||
.width(Length::Units(500))
|
||||
.width(500)
|
||||
.spacing(20)
|
||||
.push(
|
||||
slider(0.0..=1.0, background_color.r, move |r| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue