1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Change track temp page icon in sidebar to same style as others

This commit is contained in:
Jason Herskowitz
2012-05-29 10:18:40 -04:00
parent 4113389cb5
commit 4082395d4b
4 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -141,6 +141,7 @@
<file>data/images/process-stop.png</file>
<file>data/icons/tomahawk-icon-128x128-grayscale.png</file>
<file>data/images/collection.png</file>
<file>data/misc/tomahawk_pubkey.pem</file>
<file>data/misc/tomahawk_pubkey.pem</file>
<file>data/images/track-icon-sidebar.png</file>
</qresource>
</RCC>

View File

@@ -36,7 +36,7 @@ TemporaryPageItem::TemporaryPageItem ( SourcesModel* mdl, SourceTreeItem* parent
else if ( dynamic_cast< AlbumInfoWidget* >( page ) )
m_icon = QIcon( RESPATH "images/album-icon.png" );
else if ( dynamic_cast< TrackInfoWidget* >( page ) )
m_icon = QIcon( RESPATH "images/track-icon-22x22.png" );
m_icon = QIcon( RESPATH "images/track-icon-sidebar.png" );
else if ( dynamic_cast< SearchWidget* >( page ) )
m_icon = QIcon( RESPATH "images/search-icon.png" );