Add some padding to the tour example
This commit is contained in:
parent
0c3f78713d
commit
ef498eb1af
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ impl UserInterface for Tour {
|
|||
let element: Element<_> = Column::new()
|
||||
.max_width(Length::Units(500))
|
||||
.spacing(20)
|
||||
.padding(20)
|
||||
.push(steps.view(self.debug).map(Message::StepMessage))
|
||||
.push(controls)
|
||||
.into();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue