mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Force Playlist icon to be rendered big enough for HiDPI displays.
This commit is contained in:
@@ -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 ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user