mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
Base: Add a Minesweeper app icon that's actually 16x16
The one we were using was actually 15x15 which tripped up an assertion when loading it into a menu using the GUI::Action code path.
This commit is contained in:
parent
737e455cbc
commit
7afd9039d1
2 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ Executable=/bin/Minesweeper
|
|||
Category=Games
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/minesweeper/mine.png
|
||||
16x16=/res/icons/16x16/app-minesweeper.png
|
||||
32x32=/res/icons/32x32/app-minesweeper.png
|
||||
|
|
BIN
Base/res/icons/16x16/app-minesweeper.png
Normal file
BIN
Base/res/icons/16x16/app-minesweeper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 B |
Loading…
Add table
Add a link
Reference in a new issue