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