Merge pull request #818 from johnoye742/master
Fixes issue #817 with thumbnails
This commit is contained in:
commit
6f87b76495
1 changed files with 2 additions and 1 deletions
|
|
@ -4031,7 +4031,8 @@ impl Tab {
|
|||
widget::button::custom(
|
||||
widget::icon::icon(item.icon_handle_grid.clone())
|
||||
.content_fit(ContentFit::Contain)
|
||||
.size(icon_sizes.grid()),
|
||||
.size(icon_sizes.grid())
|
||||
.width(Length::Shrink),
|
||||
)
|
||||
.padding(space_xxxs)
|
||||
.class(button_style(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue