mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
FileManager: Don't use 32x32 thumbnails for the table view.
This commit is contained in:
parent
ab11f42094
commit
1c67788933
Notes:
sideshowbarker
2024-07-19 14:57:02 +09:00
Author: https://github.com/awesomekling
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