diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-25 12:18:20 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-25 12:18:20 +0000 |
| commit | 19824f58c9abf83105600c174bc2ef44709d9119 (patch) | |
| tree | d5d7368dc4a4c5606b9a2df05a6c99c12b368824 | |
| parent | df1fcbfde14c6e3457cbe8338079c60f6b6a4289 (diff) | |
| download | puzzles-19824f58c9abf83105600c174bc2ef44709d9119.zip puzzles-19824f58c9abf83105600c174bc2ef44709d9119.tar.gz puzzles-19824f58c9abf83105600c174bc2ef44709d9119.tar.bz2 puzzles-19824f58c9abf83105600c174bc2ef44709d9119.tar.xz | |
Tweak the cropping of the Filling icon very slightly.
[originally from svn r7330]
| -rw-r--r-- | icons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/Makefile b/icons/Makefile index 3f11d7b..78abb35 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -55,7 +55,7 @@ blackbox-ibase.png : override CROP=352x352 144x144+0+208 bridges-ibase.png : override CROP=264x264 107x107+157+157 dominosa-ibase.png : override CROP=304x272 152x152+152+0 fifteen-ibase.png : override CROP=240x240 120x120+0+120 -filling-ibase.png : override CROP=256x256 131x131+15+79 +filling-ibase.png : override CROP=256x256 133x133+14+78 flip-ibase.png : override CROP=288x288 145x145+120+72 galaxies-ibase.png : override CROP=288x288 165x165+0+0 guess-ibase.png : override CROP=263x420 178x178+75+17 |