summaryrefslogtreecommitdiffstats
path: root/examples/screenshot/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/screenshot/src/main.rs')
-rw-r--r--examples/screenshot/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/screenshot/src/main.rs b/examples/screenshot/src/main.rs
index 10a6aea3..2a1eded7 100644
--- a/examples/screenshot/src/main.rs
+++ b/examples/screenshot/src/main.rs
@@ -148,7 +148,7 @@ impl Application for Example {
let image = container(image)
.padding(10)
- .style(container::box_)
+ .style(container::rounded_box)
.width(Length::FillPortion(2))
.height(Length::Fill)
.center_x()