1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-15 10:48:33 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
John Maguire
5f3d548c70 pngcrush all our data pngs
find data -name '*.png' -exec
    pngcrush {} {}.new \; -exec mv {}.new {} \;
2014-02-07 16:46:48 +01:00
David Sansome
e110febc86 Add a background to the pretty OSD 2010-06-02 19:19:30 +00:00