mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 19:27:43 +00:00
Calculator: Add a 16x16 app icon
This commit is contained in:
parent
e56daf547c
commit
f99e554c5e
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->set_main_widget(calc_widget);
|
||||||
|
|
||||||
window->show();
|
window->show();
|
||||||
|
window->set_icon(GraphicsBitmap::load_from_file("/res/icons/16x16/app-calculator.png"));
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,5 @@ Executable=/bin/Calculator
|
||||||
Category=Utilities
|
Category=Utilities
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
16x16=
|
16x16=/res/icons/16x16/app-calculator.png
|
||||||
32x32=
|
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
Add a link
Reference in a new issue