mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Set sourcetree to itunes/mail-like grey and blue on osx. Somehow this was lost during my merge.
This commit is contained in:
@@ -105,6 +105,13 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
||||
// connect( selectionModel(), SIGNAL( selectionChanged( QItemSelection, QItemSelection ) ), SLOT( onSelectionChanged() ) );
|
||||
|
||||
hideOfflineSources();
|
||||
|
||||
// Light-blue sourcetree on osx
|
||||
#ifdef Q_WS_MAC
|
||||
setStyleSheet( "SourceTreeView:active { background: #DDE4EB; } "
|
||||
"SourceTreeView { background: #EDEDED; } " );
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user