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