mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +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 );
|
GridView* albumsFullView = new GridView( m_stackedWidget );
|
||||||
albumsFullView->setPlayableModel( m_albumsModel );
|
albumsFullView->setPlayableModel( m_albumsModel );
|
||||||
|
albumsFullView->delegate()->setWordWrapping( true );
|
||||||
|
|
||||||
CaptionLabel* captionLabel = new CaptionLabel( this );
|
CaptionLabel* captionLabel = new CaptionLabel( this );
|
||||||
captionLabel->setText( tr( "Albums" ) );
|
captionLabel->setText( tr( "Albums" ) );
|
||||||
|
Reference in New Issue
Block a user