Use Length::Fill instead of fixed length in styling example
This commit is contained in:
parent
3a44ad3c73
commit
20bf01a551
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ impl Sandbox for Styling {
|
|||
column!["Scroll me!", vertical_space(800), "You did it!"]
|
||||
.width(Length::Fill),
|
||||
)
|
||||
.width(300)
|
||||
.width(Length::Fill)
|
||||
.height(100);
|
||||
|
||||
let checkbox = checkbox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue