mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Use new spotify png instead of jpg
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 9.0 KiB |
@@ -115,7 +115,7 @@
|
|||||||
<file>data/images/drop-top-songs.png</file>
|
<file>data/images/drop-top-songs.png</file>
|
||||||
<file>data/images/drop-song.png</file>
|
<file>data/images/drop-song.png</file>
|
||||||
<file>data/images/drop-album.png</file>
|
<file>data/images/drop-album.png</file>
|
||||||
<file>data/images/spotify-logo.jpg</file>
|
<file>data/images/spotify-logo.png</file>
|
||||||
<file>data/images/uploading.png</file>
|
<file>data/images/uploading.png</file>
|
||||||
<file>data/images/downloading.png</file>
|
<file>data/images/downloading.png</file>
|
||||||
<file>data/images/headphones.png</file>
|
<file>data/images/headphones.png</file>
|
||||||
|
@@ -329,7 +329,7 @@ QPixmap
|
|||||||
SpotifyParser::pixmap()
|
SpotifyParser::pixmap()
|
||||||
{
|
{
|
||||||
if ( !s_pixmap )
|
if ( !s_pixmap )
|
||||||
s_pixmap = new QPixmap( RESPATH "images/spotify-logo.jpg" );
|
s_pixmap = new QPixmap( RESPATH "images/spotify-logo.png" );
|
||||||
|
|
||||||
return *s_pixmap;
|
return *s_pixmap;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user