mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Correctly set initial alternating-row-color setting, so we don't rely on the proxymodel activating it for us on filling.
This commit is contained in:
@@ -75,6 +75,7 @@ TrackView::TrackView( QWidget* parent )
|
|||||||
setVerticalScrollMode( QAbstractItemView::ScrollPerPixel );
|
setVerticalScrollMode( QAbstractItemView::ScrollPerPixel );
|
||||||
setRootIsDecorated( false );
|
setRootIsDecorated( false );
|
||||||
setUniformRowHeights( true );
|
setUniformRowHeights( true );
|
||||||
|
setAlternatingRowColors( true );
|
||||||
setAutoResize( false );
|
setAutoResize( false );
|
||||||
|
|
||||||
setHeader( m_header );
|
setHeader( m_header );
|
||||||
|
Reference in New Issue
Block a user