fix issue #13
This commit is contained in:
parent
b90c9ecb13
commit
8c4738d5a7
@ -120,7 +120,7 @@ int main(int argc, char *argv[])
|
|||||||
translator.load("bitcoin_"+locale);
|
translator.load("bitcoin_"+locale);
|
||||||
app.installTranslator(&translator);
|
app.installTranslator(&translator);
|
||||||
|
|
||||||
QSplashScreen splash(QPixmap(":/images/splash"), Qt::WindowStaysOnTopHint);
|
QSplashScreen splash(QPixmap(":/images/splash"), 0);
|
||||||
splash.show();
|
splash.show();
|
||||||
splash.setAutoFillBackground(true);
|
splash.setAutoFillBackground(true);
|
||||||
splashref = &splash;
|
splashref = &splash;
|
||||||
|
Loading…
Reference in New Issue
Block a user