mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
fix issue #13
This commit is contained in:
parent
b90c9ecb13
commit
8c4738d5a7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue