1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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:
Christian Muehlhaeuser 2013-06-08 11:47:25 +02:00
parent 87ea3d3dbf
commit ae393edfb1

@ -75,6 +75,7 @@ TrackView::TrackView( QWidget* parent )
setVerticalScrollMode( QAbstractItemView::ScrollPerPixel );
setRootIsDecorated( false );
setUniformRowHeights( true );
setAlternatingRowColors( true );
setAutoResize( false );
setHeader( m_header );