1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 11:51:44 +02:00

Fixed TWK-1901: Spacing issue on 'More Albums' grid.

This commit is contained in:
Christian Muehlhaeuser
2014-11-08 06:05:47 +01:00
parent c2133f808d
commit 275c2e70d8

View File

@@ -191,6 +191,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
}
{
GridView* albumsFullView = new GridView( m_stackedWidget );
albumsFullView->delegate()->setWordWrapping( true );
// albumsFullView->setCaption( tr( "Albums" ) );
// albumsFullView->setShowCloseButton( true );
albumsFullView->setPlayableModel( m_albumsModel );