mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 21:02:26 +02:00
Force NetworkActivity icon to be rendered big enough for HiDPI displays.
This commit is contained in:
@@ -266,7 +266,7 @@ NetworkActivityWidget::playlistInterface() const
|
||||
QPixmap
|
||||
NetworkActivityWidget::pixmap() const
|
||||
{
|
||||
return ImageRegistry::instance()->pixmap( RESPATH "images/network-activity.svg", QSize( 0, 0 ) );
|
||||
return TomahawkUtils::defaultPixmap( TomahawkUtils::NetworkActivity, TomahawkUtils::Original, QSize( 256, 256 ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user