parent
697f89e785
commit
2d22b6d516
1 changed files with 1 additions and 1 deletions
|
|
@ -1520,7 +1520,7 @@ impl Item {
|
||||||
// This loads the image only if thumbnailing worked
|
// This loads the image only if thumbnailing worked
|
||||||
let icon = widget::icon::icon(self.icon_handle_grid.clone())
|
let icon = widget::icon::icon(self.icon_handle_grid.clone())
|
||||||
.content_fit(ContentFit::Contain)
|
.content_fit(ContentFit::Contain)
|
||||||
.size(sizes.grid())
|
.size(IconSizes::default().grid())
|
||||||
.into();
|
.into();
|
||||||
match self
|
match self
|
||||||
.thumbnail_opt
|
.thumbnail_opt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue