mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Cube: Add app-cube.png 16x16 icon
This commit is contained in:
parent
e861af2a5c
commit
6c1e842a7e
3 changed files with 4 additions and 1 deletions
|
@ -2,3 +2,6 @@
|
|||
Name=Cube
|
||||
Executable=/bin/Cube
|
||||
Category=Demos
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-cube.png
|
||||
|
|
BIN
Base/res/icons/16x16/app-cube.png
Normal file
BIN
Base/res/icons/16x16/app-cube.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 394 B |
|
@ -207,7 +207,7 @@ int main(int argc, char** argv)
|
|||
cube.set_stat_label(time);
|
||||
|
||||
window->show();
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-demo.png"));
|
||||
window->set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-cube.png"));
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue