1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-24 14:42:53 +02:00

Album search-results needs delegate line wrapping.

This commit is contained in:
Christian Muehlhaeuser
2014-11-17 14:49:37 +01:00
parent 7190b38a07
commit fbe62286c5

View File

@@ -182,6 +182,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
{
GridView* albumsFullView = new GridView( m_stackedWidget );
albumsFullView->setPlayableModel( m_albumsModel );
albumsFullView->delegate()->setWordWrapping( true );
CaptionLabel* captionLabel = new CaptionLabel( this );
captionLabel->setText( tr( "Albums" ) );