Skip to content

Commit 2d22b6d

Browse files
authored
fix #878 (#951)
1 parent 697f89e commit 2d22b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ impl Item {
15201520
// This loads the image only if thumbnailing worked
15211521
let icon = widget::icon::icon(self.icon_handle_grid.clone())
15221522
.content_fit(ContentFit::Contain)
1523-
.size(sizes.grid())
1523+
.size(IconSizes::default().grid())
15241524
.into();
15251525
match self
15261526
.thumbnail_opt

0 commit comments

Comments
 (0)