summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/tour/tour.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tour/tour.rs b/examples/tour/tour.rs
index d0be99b0..0a8d0a11 100644
--- a/examples/tour/tour.rs
+++ b/examples/tour/tour.rs
@@ -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)