1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* No uniform row sizes in HistoryWidget.

This commit is contained in:
Christian Muehlhaeuser
2014-08-19 11:06:00 +02:00
parent bcc76b4d91
commit 8af8de9f4b

View File

@@ -93,6 +93,8 @@ HistoryWidget::HistoryWidget( const source_ptr& source, QWidget* parent )
trackView()->setPlaylistItemDelegate( del );*/
trackView()->setIndentation( 0 );
trackView()->setUniformRowHeights( false );
setPlayableModel( m_model );
setEmptyTip( tr( "Sorry, we could not find any recent plays!" ) );
m_model->setSource( source );