mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 05:11:44 +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
|
QPixmap
|
||||||
NetworkActivityWidget::pixmap() const
|
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