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:
@@ -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 ) );
|
||||
|
Reference in New Issue
Block a user