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:
parent
19e1cd9fb8
commit
8bc412c80b
2 changed files with 1 additions and 0 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue