mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 22:38:33 +01:00
Fixed TWK-1901: Spacing issue on 'More Albums' grid.
This commit is contained in:
parent
ee4675cac7
commit
051f0b0e39
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user