summaryrefslogtreecommitdiffstats
path: root/examples/tour/tour.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tour/tour.rs')
-rw-r--r--examples/tour/tour.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tour/tour.rs b/examples/tour/tour.rs
index 0a8d0a11..d0be99b0 100644
--- a/examples/tour/tour.rs
+++ b/examples/tour/tour.rs
@@ -66,7 +66,6 @@ impl Tour {
let element: Element<_> = Column::new()
.max_width(500)
- .padding(20)
.spacing(20)
.push(steps.view(self.debug).map(Message::StepMessage))
.push(controls)