This commit is contained in:
Wladimir J. van der Laan 2011-08-16 11:18:27 +02:00
parent b90c9ecb13
commit 8c4738d5a7
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ int main(int argc, char *argv[])
translator.load("bitcoin_"+locale);
app.installTranslator(&translator);
QSplashScreen splash(QPixmap(":/images/splash"), Qt::WindowStaysOnTopHint);
QSplashScreen splash(QPixmap(":/images/splash"), 0);
splash.show();
splash.setAutoFillBackground(true);
splashref = &splash;