1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

Userland+Base: Add "ladyball" logo for the system :^)

Thanks to Katalin Kult for the artwork!
This commit is contained in:
Andreas Kling 2021-04-25 18:45:43 +02:00
parent 2b78d90d04
commit 6c2ec4c1a4
5 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,7 @@ TaskbarWindow::TaskbarWindow(NonnullRefPtr<GUI::Menu> start_menu)
m_start_button->set_font(Gfx::FontDatabase::default_bold_font());
m_start_button->set_icon_spacing(0);
m_start_button->set_fixed_size(80, 22);
auto app_icon = GUI::Icon::default_icon("ladybug");
auto app_icon = GUI::Icon::default_icon("ladyball");
m_start_button->set_icon(app_icon.bitmap_for_size(16));
m_start_button->set_menu(m_start_menu);