Calculator: Add a 16x16 app icon
This commit is contained in:
parent
e56daf547c
commit
f99e554c5e
Notes:
sideshowbarker
2024-07-19 11:01:57 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/f99e554c5e8
3 changed files with 2 additions and 1 deletions
|
@ -15,5 +15,6 @@ int main(int argc, char** argv)
|
|||
window->set_main_widget(calc_widget);
|
||||
|
||||
window->show();
|
||||
window->set_icon(GraphicsBitmap::load_from_file("/res/icons/16x16/app-calculator.png"));
|
||||
return app.exec();
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@ Executable=/bin/Calculator
|
|||
Category=Utilities
|
||||
|
||||
[Icons]
|
||||
16x16=
|
||||
16x16=/res/icons/16x16/app-calculator.png
|
||||
32x32=
|
||||
|
|
BIN
Base/res/icons/16x16/app-calculator.png
Normal file
BIN
Base/res/icons/16x16/app-calculator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 175 B |
Loading…
Add table
Reference in a new issue