From 2d22b6d516bbe0e098c17a229e633a2049c2de3f Mon Sep 17 00:00:00 2001 From: 19MisterX98 <41451155+19MisterX98@users.noreply.github.com> Date: Sun, 27 Apr 2025 02:12:31 +0200 Subject: [PATCH] fix #878 (#951) --- src/tab.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tab.rs b/src/tab.rs index efd4aa3..5154f61 100644 --- a/src/tab.rs +++ b/src/tab.rs @@ -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