1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-23 22:25:11 +02:00

Make nicer splash pages

This commit is contained in:
Jason Herskowitz
2014-09-15 10:42:27 -04:00
parent 11e5a076f6
commit c03ae9021a
3 changed files with 21 additions and 17 deletions

View File

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