WPrefs: fix icon used in the Opaque/Non-opaque Move setting
commit0c938a3c0c3c343845b175fde419f45e0971403e
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 7 Dec 2014 16:10:22 +0000 (7 17:10 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 10 Dec 2014 10:19:18 +0000 (10 10:19 +0000)
tree7f374d3e57f5a3c1062452af7f790b8d60019db7
parentbe4849448f2039bbd47013ecb306df9e8d4e1581
WPrefs: fix icon used in the Opaque/Non-opaque Move setting

Apparently, some pixels from the close button on the window image were
missing from the Non-opaque image, they have been added in the XPM file
which was then converted to TIFF with ImageMagick's command:
  convert -depth 8 -compress lzw xpm/nonopaque.xpm tiff/nonopaque.tiff
to have a file similar to what was there before

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WPrefs.app/tiff/nonopaque.tiff
WPrefs.app/xpm/nonopaque.xpm