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

Blur the collection header background, so the labels stand out a bit more.

This commit is contained in:
Christian Muehlhaeuser
2016-02-23 01:20:35 +01:00
parent 3bcf854a4f
commit 285333d43b

View File

@@ -57,7 +57,7 @@ CollectionViewPage::CollectionViewPage( const Tomahawk::collection_ptr& collecti
{
qRegisterMetaType< CollectionViewPageMode >( "CollectionViewPageMode" );
m_header->setBackground( ImageRegistry::instance()->pixmap( RESPATH "images/collection_background.png", QSize( 0, 0 ) ), false );
m_header->setBackground( ImageRegistry::instance()->pixmap( RESPATH "images/collection_background.png", QSize( 0, 0 ) ), true );
setPixmap( TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultCollection, TomahawkUtils::Original, QSize( 256, 256 ) ) );