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:
parent
633350660e
commit
2304d2380a
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user