Add a bit of padding to the tour example

This commit is contained in:
Héctor Ramón Jiménez 2019-09-05 15:17:11 +02:00
parent 247b27f4ca
commit 9fb48137b0

View file

@ -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)