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
Notes: sideshowbarker 2024-07-19 08:13:26 +09:00
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>();

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B