1
0
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:
Christian Muehlhaeuser
2014-11-08 06:05:47 +01:00
parent ee4675cac7
commit 051f0b0e39

View File

@@ -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 );