summaryrefslogtreecommitdiffstats
path: root/examples/tooltip
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-08 18:57:44 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-08 18:57:44 +0100
commit34faedd32bda2a3d626c22dae180f9e253182139 (patch)
tree800dc455aa06483de5112e2ed08d0339deaeccf9 /examples/tooltip
parent0a65fd0d74427e12fda18da39829754cb6aacbfa (diff)
downloadiced-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.rs2
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)