mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 12:31:52 +02:00
Use new spotify png instead of jpg
This commit is contained in:
parent
2b8825f814
commit
656221dcc0
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-song.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/downloading.png</file>
|
||||
<file>data/images/headphones.png</file>
|
||||
|
@ -329,7 +329,7 @@ QPixmap
|
||||
SpotifyParser::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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user