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:
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 ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user