1
Fork 0
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:
Andreas Kling 2020-02-17 19:58:33 +01:00
parent 737e455cbc
commit 7afd9039d1
2 changed files with 1 additions and 1 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B