fix: small grid file icons
This commit is contained in:
parent
6946e95c88
commit
095940e9a9
1 changed files with 1 additions and 2 deletions
|
|
@ -5428,8 +5428,7 @@ impl Tab {
|
|||
widget::button::custom(
|
||||
widget::icon::icon(item.icon_handle_grid.clone())
|
||||
.content_fit(ContentFit::Contain)
|
||||
.size(icon_sizes.grid())
|
||||
.width(Length::Shrink),
|
||||
.size(icon_sizes.grid()),
|
||||
)
|
||||
.padding(space_xxxs)
|
||||
.class(button_style(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue