mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 04:51:53 +02:00
* Show PlayableCover's texts on artist page.
This commit is contained in:
parent
74b9f2594e
commit
788b7efedc
@ -94,6 +94,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
|
||||
m_pixmap = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultArtistImage, TomahawkUtils::ScaledCover, QSize( 48, 48 ) );
|
||||
ui->cover->setPixmap( TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultArtistImage, TomahawkUtils::ScaledCover, QSize( ui->cover->sizeHint() ) ) );
|
||||
ui->cover->setShowText( true );
|
||||
|
||||
QFont f = font();
|
||||
f.setPointSize( f.pointSize() + 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user