1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +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

View File

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