Rename container::box_ to rounded_box
This commit is contained in:
parent
0a65fd0d74
commit
34faedd32b
8 changed files with 9 additions and 9 deletions
|
|
@ -132,7 +132,7 @@ impl Application for Example {
|
|||
container(text("I am the outer container!"))
|
||||
.id(OUTER_CONTAINER.clone())
|
||||
.padding(40)
|
||||
.style(container::box_),
|
||||
.style(container::rounded_box),
|
||||
vertical_space().height(400),
|
||||
scrollable(
|
||||
column![
|
||||
|
|
@ -141,7 +141,7 @@ impl Application for Example {
|
|||
container(text("I am the inner container!"))
|
||||
.id(INNER_CONTAINER.clone())
|
||||
.padding(40)
|
||||
.style(container::box_),
|
||||
.style(container::rounded_box),
|
||||
vertical_space().height(400),
|
||||
]
|
||||
.padding(20)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue