mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Fixed TWK-1901: Spacing issue on 'More Albums' grid.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user