1
0
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:
Teo Mrnjavac
2013-07-27 19:10:04 +02:00
parent e357aece18
commit 6ba337d35a

View File

@@ -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 ) );
}