diff options
author | 2024-03-08 18:57:44 +0100 | |
---|---|---|
committer | 2024-03-08 18:57:44 +0100 | |
commit | 34faedd32bda2a3d626c22dae180f9e253182139 (patch) | |
tree | 800dc455aa06483de5112e2ed08d0339deaeccf9 /examples/editor | |
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/editor')
-rw-r--r-- | examples/editor/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/editor/src/main.rs b/examples/editor/src/main.rs index 60a6ca5a..4c97acb1 100644 --- a/examples/editor/src/main.rs +++ b/examples/editor/src/main.rs @@ -286,7 +286,7 @@ fn action<'a, Message: Clone + 'a>( label, tooltip::Position::FollowCursor, ) - .style(container::box_) + .style(container::rounded_box) .into() } else { action.style(button::secondary).into() |