1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 14:46:33 +02:00

* Tint breadcrumb icon.

This commit is contained in:
Christian Muehlhaeuser
2014-09-20 07:15:37 +02:00
parent efe2952251
commit 19229d96bc

View File

@@ -68,7 +68,7 @@ Breadcrumb::setModel( QAbstractItemModel* model )
void
Breadcrumb::setRootIcon( const QPixmap& pm )
{
m_rootIcon = pm;
m_rootIcon = TomahawkUtils::tinted( pm, Qt::white );
QPushButton* button = new QPushButton( QIcon( m_rootIcon ), "", this );
button->setFlat( true );