diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2009-02-23 17:42:50 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2009-02-23 17:42:50 +0000 |
| commit | 649719a96471c0782a23c495c94e656b6f579ad9 (patch) | |
| tree | 63b07c7ddf7a7574a9e0d536383f52336431d72f | |
| parent | 87bd938ebf89ea23483ae4b931160f3920e07a40 (diff) | |
| download | puzzles-649719a96471c0782a23c495c94e656b6f579ad9.zip puzzles-649719a96471c0782a23c495c94e656b6f579ad9.tar.gz puzzles-649719a96471c0782a23c495c94e656b6f579ad9.tar.bz2 puzzles-649719a96471c0782a23c495c94e656b6f579ad9.tar.xz | |
Make icon building cope with Solo's increased default tilesize as of r8455.
[originally from svn r8459]
[r8455 == 3d6de1eb47af21a9d9c0e6390b115febbf8b1d91]
| -rw-r--r-- | icons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/Makefile b/icons/Makefile index 3ab0e99..05a2037 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -70,7 +70,7 @@ pegs-ibase.png : override CROP=263x263 147x147+116+0 rect-ibase.png : override CROP=205x205 115x115+90+0 sixteen-ibase.png : override CROP=288x288 144x144+144+144 slant-ibase.png : override CROP=321x321 160x160+160+160 -solo-ibase.png : override CROP=321x321 97x97+16+16 +solo-ibase.png : override CROP=481x481 145x145+24+24 tents-ibase.png : override CROP=320x320 165x165+142+0 twiddle-ibase.png : override CROP=192x192 102x102+69+21 unequal-ibase.png : override CROP=208x208 104x104+104+104 |