Calendar: Add a 16x16 app icon
This commit is contained in:
parent
19e1cd9fb8
commit
8bc412c80b
Notes:
sideshowbarker
2024-07-19 08:13:26 +09:00
Author: https://github.com/RyanGrieb Commit: https://github.com/SerenityOS/serenity/commit/8bc412c80b8 Pull-request: https://github.com/SerenityOS/serenity/pull/1484
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>();
|
||||
|
||||
|
|
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
Reference in a new issue