mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-05 01:52:28 +02:00
* No need to specify manual radius anymore.
This commit is contained in:
@@ -217,7 +217,7 @@ TrackInfoWidget::onCoverUpdated()
|
||||
return;
|
||||
|
||||
m_pixmap = m_query->cover( ui->cover->size() );
|
||||
ui->cover->setPixmap( TomahawkUtils::createRoundedImage( m_pixmap, QSize( 0, 0 ), 0.05 ) );
|
||||
ui->cover->setPixmap( TomahawkUtils::createRoundedImage( m_pixmap, QSize( 0, 0 ) ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user