mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* FlexibleView's GridView looks nicer with black background.
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user