From c03ae9021aa1ebbda6c0c6bc45e2fe909994b415 Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Mon, 15 Sep 2014 10:42:27 -0400 Subject: [PATCH] Make nicer splash pages --- data/images/splash-unrounded.svg | 18 ++++++++++-------- data/images/splash.svg | 18 ++++++++++-------- src/tomahawk/widgets/SplashWidget.cpp | 2 +- 3 files changed, 21 insertions(+), 17 deletions(-) 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 ) );