diff --git a/libs/ui/kis_splash_screen.cpp b/libs/ui/kis_splash_screen.cpp --- a/libs/ui/kis_splash_screen.cpp +++ b/libs/ui/kis_splash_screen.cpp @@ -46,7 +46,9 @@ color = "#000000"; } - lblSplash->setPixmap(pixmap); + // Maintain the aspect ratio on high DPI screens when scaling + lblSplash->setPixmap(pixmap.scaled(lblSplash->width(),lblSplash->height(),Qt::KeepAspectRatio)); + bnClose->hide(); connect(bnClose, SIGNAL(clicked()), this, SLOT(close())); chkShowAtStartup->hide(); diff --git a/libs/ui/wdgsplash.ui b/libs/ui/wdgsplash.ui --- a/libs/ui/wdgsplash.ui +++ b/libs/ui/wdgsplash.ui @@ -309,7 +309,7 @@ true - + 0 0 @@ -332,6 +332,9 @@ 0 + + true +