fix: small grid file icons

This commit is contained in:
Michael Aaron Murphy 2026-05-05 14:48:15 +02:00
parent 6946e95c88
commit 095940e9a9
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -5428,8 +5428,7 @@ impl Tab {
widget::button::custom( widget::button::custom(
widget::icon::icon(item.icon_handle_grid.clone()) widget::icon::icon(item.icon_handle_grid.clone())
.content_fit(ContentFit::Contain) .content_fit(ContentFit::Contain)
.size(icon_sizes.grid()) .size(icon_sizes.grid()),
.width(Length::Shrink),
) )
.padding(space_xxxs) .padding(space_xxxs)
.class(button_style( .class(button_style(