mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:27:43 +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->set_main_widget<CalendarWidget>();
|
||||||
window->show();
|
window->show();
|
||||||
|
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-calendar.png"));
|
||||||
|
|
||||||
auto menubar = make<GUI::MenuBar>();
|
auto menubar = make<GUI::MenuBar>();
|
||||||
|
|
||||||
|
|
BIN
Base/res/icons/16x16/app-calendar.png
Normal file
BIN
Base/res/icons/16x16/app-calendar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 223 B |
Loading…
Add table
Add a link
Reference in a new issue