1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

* Set outline on QTreeView::item.

This commit is contained in:
Christian Muehlhaeuser
2014-08-27 12:49:34 +02:00
parent 0d7fff1fd9
commit a8fe6ff652

View File

@@ -65,7 +65,7 @@ TrackView::TrackView( QWidget* parent )
{
setFrameShape( QFrame::NoFrame );
setAttribute( Qt::WA_MacShowFocusRect, 0 );
setStyleSheet( QString( "QTreeView { outline: 0; }" ) );
setStyleSheet( QString( "QTreeView::item { outline: 0; }" ) );
setContentsMargins( 0, 0, 0, 0 );
setMouseTracking( true );