mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33: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()->setPlaylistItemDelegate( del );*/
|
||||||
|
|
||||||
trackView()->setIndentation( 0 );
|
trackView()->setIndentation( 0 );
|
||||||
|
trackView()->setUniformRowHeights( false );
|
||||||
|
|
||||||
setPlayableModel( m_model );
|
setPlayableModel( m_model );
|
||||||
setEmptyTip( tr( "Sorry, we could not find any recent plays!" ) );
|
setEmptyTip( tr( "Sorry, we could not find any recent plays!" ) );
|
||||||
m_model->setSource( source );
|
m_model->setSource( source );
|
||||||
|
Reference in New Issue
Block a user