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:
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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user