This commit is contained in:
19MisterX98 2025-04-27 02:12:31 +02:00 committed by GitHub
parent 697f89e785
commit 2d22b6d516
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1520,7 +1520,7 @@ impl Item {
// This loads the image only if thumbnailing worked
let icon = widget::icon::icon(self.icon_handle_grid.clone())
.content_fit(ContentFit::Contain)
.size(sizes.grid())
.size(IconSizes::default().grid())
.into();
match self
.thumbnail_opt