mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
Use new Inbox icon.
This commit is contained in:
@@ -150,5 +150,6 @@
|
|||||||
<file>data/images/tweet.svg</file>
|
<file>data/images/tweet.svg</file>
|
||||||
<file>data/images/widget-border.png</file>
|
<file>data/images/widget-border.png</file>
|
||||||
<file>data/images/refresh.svg</file>
|
<file>data/images/refresh.svg</file>
|
||||||
|
<file>data/images/inbox.svg</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@@ -712,7 +712,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Inbox:
|
case Inbox:
|
||||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/downloading.svg", size );
|
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/inbox.svg", size );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
@@ -326,7 +326,7 @@ SourcesModel::appendGroups()
|
|||||||
boost::bind( &ViewManager::newReleasesWidget, ViewManager::instance() ) );
|
boost::bind( &ViewManager::newReleasesWidget, ViewManager::instance() ) );
|
||||||
newReleases->setSortValue( 5 );
|
newReleases->setSortValue( 5 );
|
||||||
|
|
||||||
GenericPageItem* inbox = new GenericPageItem( this, browse, tr( "Inbox" ), ImageRegistry::instance()->icon( RESPATH "images/downloading.svg" ),
|
GenericPageItem* inbox = new GenericPageItem( this, browse, tr( "Inbox" ), ImageRegistry::instance()->icon( RESPATH "images/inbox.svg" ),
|
||||||
boost::bind( &ViewManager::showInboxPage, ViewManager::instance() ),
|
boost::bind( &ViewManager::showInboxPage, ViewManager::instance() ),
|
||||||
boost::bind( &ViewManager::inboxWidget, ViewManager::instance() ) );
|
boost::bind( &ViewManager::inboxWidget, ViewManager::instance() ) );
|
||||||
inbox->setSortValue( 6 );
|
inbox->setSortValue( 6 );
|
||||||
|
Reference in New Issue
Block a user