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::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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue