diff options
author | 2024-03-08 18:57:44 +0100 | |
---|---|---|
committer | 2024-03-08 18:57:44 +0100 | |
commit | 34faedd32bda2a3d626c22dae180f9e253182139 (patch) | |
tree | 800dc455aa06483de5112e2ed08d0339deaeccf9 /examples/tooltip | |
parent | 0a65fd0d74427e12fda18da39829754cb6aacbfa (diff) | |
download | iced-34faedd32bda2a3d626c22dae180f9e253182139.tar.gz iced-34faedd32bda2a3d626c22dae180f9e253182139.tar.bz2 iced-34faedd32bda2a3d626c22dae180f9e253182139.zip |
Rename `container::box_` to `rounded_box`
Diffstat (limited to 'examples/tooltip')
-rw-r--r-- | examples/tooltip/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tooltip/src/main.rs b/examples/tooltip/src/main.rs index c83b671f..ee757311 100644 --- a/examples/tooltip/src/main.rs +++ b/examples/tooltip/src/main.rs @@ -52,7 +52,7 @@ impl Sandbox for Example { self.position, ) .gap(10) - .style(container::box_); + .style(container::rounded_box); container(tooltip) .width(Length::Fill) |