1
0
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:
Christian Muehlhaeuser
2012-11-15 08:12:17 +01:00
parent e9a59522ca
commit 2151424b3d
3 changed files with 3 additions and 3 deletions

View File

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