chore(examples): icon API update
This commit is contained in:
parent
9dbc1be269
commit
0eba498708
5 changed files with 12 additions and 19 deletions
|
|
@ -66,7 +66,7 @@ impl State {
|
|||
.on_close(Message::Close)
|
||||
.width(Length::Shrink);
|
||||
|
||||
let new_tab_button = icon::handle::from_name("tab-new-symbolic")
|
||||
let new_tab_button = icon::from_name("tab-new-symbolic")
|
||||
.size(20)
|
||||
.apply(button::icon)
|
||||
.on_press(Message::AddNew);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue