mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 03:41:27 +02:00
Force high resolution for Dashboard icon
This commit is contained in:
@@ -285,5 +285,5 @@ Dashboard::changeEvent( QEvent* e )
|
||||
QPixmap
|
||||
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