mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 02:35:07 +00:00
FileManager: Don't use 32x32 thumbnails for the table view.
This commit is contained in:
parent
ab11f42094
commit
1c67788933
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ GIcon DirectoryModel::icon_for(const Entry& entry) const
|
|||
}
|
||||
if (!entry.thumbnail)
|
||||
return m_filetype_image_icon;
|
||||
return GIcon(*entry.thumbnail);
|
||||
return GIcon(m_filetype_image_icon.bitmap_for_size(16), *entry.thumbnail);
|
||||
}
|
||||
return m_file_icon;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue