mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-05 18:11:36 +02:00
* Rounded corners for images on Artist, Album & Track page.
This commit is contained in:
@@ -217,7 +217,7 @@ TrackInfoWidget::onCoverUpdated()
|
||||
return;
|
||||
|
||||
m_pixmap = m_query->cover( ui->cover->size() );
|
||||
ui->cover->setPixmap( m_pixmap );
|
||||
ui->cover->setPixmap( TomahawkUtils::createRoundedImage( m_pixmap, QSize( 0, 0 ), 0.05 ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user