fix icons

This commit is contained in:
Francesco Pio Gaglione 2024-08-16 14:48:51 +02:00
parent 056724268e
commit c087e85e12
2 changed files with 2 additions and 2 deletions

View file

@ -2345,7 +2345,7 @@ impl Tab {
let mut row = widget::row::with_capacity(2)
.align_items(Alignment::Center)
.spacing(space_xxxs);
row = row.push(widget::icon::from_name("user-bookmarks-symbolic").size(16)); //TODO change with recent icon
row = row.push(widget::icon::from_name("accessories-clock-symbolic").size(16));
row = row.push(widget::text::heading(fl!("recents")));
children.push(