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
Notes: sideshowbarker 2024-07-19 09:15:35 +09:00
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