Reduce padding of scrollable example
This commit is contained in:
parent
4bdd8a6279
commit
d24e50c1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ impl Application for ScrollableDemo {
|
|||
.spacing(10)
|
||||
.into();
|
||||
|
||||
Element::from(container(content).padding(40).center_x().center_y())
|
||||
container(content).padding(20).center_x().center_y().into()
|
||||
}
|
||||
|
||||
fn theme(&self) -> Self::Theme {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue