mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-25 03:31:55 +00:00
Base: Create /res/icons/serenity for misc. sized system icons
This commit is contained in:
parent
a49e0fa5d4
commit
0bb2025b69
Notes:
sideshowbarker
2024-07-19 03:05:53 +09:00
Author: https://github.com/thankyouverycool
Commit: 0bb2025b69
Pull-request: https://github.com/SerenityOS/serenity/pull/3317
9 changed files with 7 additions and 7 deletions
|
@ -58,8 +58,8 @@ TreeView::TreeView()
|
|||
set_background_role(ColorRole::Base);
|
||||
set_foreground_role(ColorRole::BaseText);
|
||||
set_column_headers_visible(false);
|
||||
m_expand_bitmap = Gfx::Bitmap::load_from_file("/res/icons/treeview-expand.png");
|
||||
m_collapse_bitmap = Gfx::Bitmap::load_from_file("/res/icons/treeview-collapse.png");
|
||||
m_expand_bitmap = Gfx::Bitmap::load_from_file("/res/icons/serenity/treeview-expand.png");
|
||||
m_collapse_bitmap = Gfx::Bitmap::load_from_file("/res/icons/serenity/treeview-collapse.png");
|
||||
}
|
||||
|
||||
TreeView::~TreeView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue