From 6ba337d35a19722c695a37288d615a7235d5b0e0 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Sat, 27 Jul 2013 19:10:04 +0200 Subject: [PATCH] Force high resolution for Dashboard icon --- src/libtomahawk-widgets/Dashboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ); }