diff --git a/data/images/splash-unrounded.svg b/data/images/splash-unrounded.svg index 4dbe06a80..321f84c7e 100644 --- a/data/images/splash-unrounded.svg +++ b/data/images/splash-unrounded.svg @@ -1,16 +1,18 @@ - slash + splash-unrounded Created with Sketch (http://www.bohemiancoding.com/sketch) - - - TOMAHAWK - - - - + + + + + + + + + \ No newline at end of file diff --git a/data/images/splash.svg b/data/images/splash.svg index 4dbe06a80..f35eaa943 100644 --- a/data/images/splash.svg +++ b/data/images/splash.svg @@ -1,16 +1,18 @@ - slash + splash Created with Sketch (http://www.bohemiancoding.com/sketch) - - - TOMAHAWK - - - - + + + + + + + + + \ No newline at end of file diff --git a/src/tomahawk/widgets/SplashWidget.cpp b/src/tomahawk/widgets/SplashWidget.cpp index f75420f05..e9479c8c8 100644 --- a/src/tomahawk/widgets/SplashWidget.cpp +++ b/src/tomahawk/widgets/SplashWidget.cpp @@ -46,7 +46,7 @@ SplashWidget::SplashWidget() else imagePath = RESPATH "images/splash-unrounded.svg"; - QSize size( 304, 333 ); + QSize size( 600, 350 ); setPixmap( ImageRegistry::instance()->pixmap( imagePath, TomahawkUtils::DpiScaler::scaled( this, size ), TomahawkUtils::Original ) );