mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
* Fixed artist / album search results.
This commit is contained in:
parent
c574dfeff3
commit
ca7db4ff99
@ -53,11 +53,6 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
|
||||
m_artistsModel = new AlbumModel( ui->artistView );
|
||||
ui->artistView->setAlbumModel( m_artistsModel );
|
||||
|
||||
ui->artistView->setAutoFitItems( false );
|
||||
ui->albumView->setAutoFitItems( false );
|
||||
ui->artistView->setSpacing( 8 );
|
||||
ui->albumView->setSpacing( 8 );
|
||||
|
||||
ui->artistView->proxyModel()->sort( -1 );
|
||||
ui->albumView->proxyModel()->sort( -1 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user