diff --git a/src/libtomahawk-widgets/Dashboard.cpp b/src/libtomahawk-widgets/Dashboard.cpp index 6009552e8..31b5dce6b 100644 --- a/src/libtomahawk-widgets/Dashboard.cpp +++ b/src/libtomahawk-widgets/Dashboard.cpp @@ -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 ) ); }