1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +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:
Christian Muehlhaeuser
2013-06-08 11:47:25 +02:00
committed by Michael Zanetti
parent 51e7fb4c18
commit edd3759126

View File

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