Add a bit of padding to the tour example
This commit is contained in:
parent
247b27f4ca
commit
9fb48137b0
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ impl Tour {
|
|||
|
||||
let element: Element<_> = Column::new()
|
||||
.max_width(500)
|
||||
.padding(20)
|
||||
.spacing(20)
|
||||
.push(steps.view(self.debug).map(Message::StepMessage))
|
||||
.push(controls)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue