1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 19:14:06 +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 9182364966
commit e0f0bcbe35

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" ) );