From: Jay Weisskopf Date: Wed, 13 Jul 2011 01:13:44 +0000 (-0500) Subject: Increase resolution of Windows icon. X-Git-Tag: v0.4.0-unstable~227^2~97^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=aaa468563b9d8789cca22c7a1f280ebc5cbc0fa2 Increase resolution of Windows icon. The .ico file has changed in the following ways: * Added 64x64 layer (max size for "Classic Mode"). * Added 256x256 layer (max size for Vista and 7). * Removed copies with no alpha channel: * Display depths lower than 32-bits are rare nowadays. * 8-bit alpha channels in icons has been supported since XP. * If the display depth is lowered, they look no better than the downsampled versions that Windows automatically generates. Tested various sizes on both XP and Win 7. It looks fine (unchanged) on XP and downright sexy on Win 7. --- diff --git a/share/pixmaps/bitcoin.ico b/share/pixmaps/bitcoin.ico index cdec9a0..734d217 100644 Binary files a/share/pixmaps/bitcoin.ico and b/share/pixmaps/bitcoin.ico differ