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

Calendar: Add a 16x16 app icon

This commit is contained in:
rhin123 2020-03-19 13:39:41 -05:00 committed by Andreas Kling
parent 19e1cd9fb8
commit 8bc412c80b
2 changed files with 1 additions and 0 deletions

View file

@ -36,6 +36,7 @@ int main(int argc, char** argv)
window->set_main_widget<CalendarWidget>();
window->show();
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-calendar.png"));
auto menubar = make<GUI::MenuBar>();