mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 11:51:44 +02:00
Force high resolution for Dashboard icon
This commit is contained in:
@@ -285,5 +285,5 @@ Dashboard::changeEvent( QEvent* e )
|
|||||||
QPixmap
|
QPixmap
|
||||||
Dashboard::pixmap() const
|
Dashboard::pixmap() const
|
||||||
{
|
{
|
||||||
return ImageRegistry::instance()->pixmap( RESPATH "images/dashboard.svg", QSize( 0, 0 ) );
|
return ImageRegistry::instance()->pixmap( RESPATH "images/dashboard.svg", QSize( 256, 256 ) );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user