Rename container::box_ to rounded_box
This commit is contained in:
parent
0a65fd0d74
commit
34faedd32b
8 changed files with 9 additions and 9 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue