mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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 );
|
GridView* albumsFullView = new GridView( m_stackedWidget );
|
||||||
|
albumsFullView->delegate()->setWordWrapping( true );
|
||||||
// albumsFullView->setCaption( tr( "Albums" ) );
|
// albumsFullView->setCaption( tr( "Albums" ) );
|
||||||
// albumsFullView->setShowCloseButton( true );
|
// albumsFullView->setShowCloseButton( true );
|
||||||
albumsFullView->setPlayableModel( m_albumsModel );
|
albumsFullView->setPlayableModel( m_albumsModel );
|
||||||
|
Reference in New Issue
Block a user