mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 09:35:15 +00:00
FileManager: Don't use 32x32 thumbnails for the table view.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user