diff options
author | 2019-09-05 15:19:37 +0200 | |
---|---|---|
committer | 2019-09-05 15:19:37 +0200 | |
commit | 3838203dff120391282c45935ded456ba9d2884d (patch) | |
tree | a745932cf83875a6923189c57f4d787508567d4a /examples/tour/tour.rs | |
parent | 9fb48137b062d2cc2974a1cd436e7d955a4acaa1 (diff) | |
download | iced-3838203dff120391282c45935ded456ba9d2884d.tar.gz iced-3838203dff120391282c45935ded456ba9d2884d.tar.bz2 iced-3838203dff120391282c45935ded456ba9d2884d.zip |
Apply `padding` to root in `tour` example
Diffstat (limited to 'examples/tour/tour.rs')
-rw-r--r-- | examples/tour/tour.rs | 1 |
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) |