1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Force Playlist icon to be rendered big enough for HiDPI displays.

This commit is contained in:
Teo Mrnjavac 2013-07-29 19:54:23 +02:00
parent 317a88e8c1
commit 8dfc564956

@ -166,5 +166,5 @@ PlaylistView::onMenuTriggered( int action )
QPixmap
PlaylistView::pixmap() const
{
return TomahawkUtils::defaultPixmap( TomahawkUtils::Playlist );
return TomahawkUtils::defaultPixmap( TomahawkUtils::Playlist, TomahawkUtils::Original, QSize( 256, 256 ) );
}