1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

* FlexibleView's GridView looks nicer with black background.

This commit is contained in:
Christian Muehlhaeuser 2013-06-15 11:31:54 +02:00
parent 633350660e
commit 2304d2380a

View File

@ -76,6 +76,8 @@ FlexibleView::FlexibleView( QWidget* parent, QWidget* extraHeader )
lineBelow2->setFrameShape( QFrame::HLine );
lineBelow2->setMaximumHeight( 1 );
m_gridView->setStyleSheet( QString( "QListView { background-color: black; }" ) );
layout()->addWidget( m_header );
layout()->addWidget( m_modeHeader );
if ( extraHeader )