diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-08-02 22:03:41 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-08-02 22:03:41 +0200 |
| commit | 5762295ec3ce77cda5bfe68cac4cff83ddf4603b (patch) | |
| tree | 1f84854cbb8ab7d9ab53d271d1efeaacb30caa9c /src/qt/bitcoin.cpp | |
| parent | add splash screen (diff) | |
| download | discoin-5762295ec3ce77cda5bfe68cac4cff83ddf4603b.tar.xz discoin-5762295ec3ce77cda5bfe68cac4cff83ddf4603b.zip | |
update readme and splash screen text
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 749afb4bc..8ae3762f6 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -97,7 +97,7 @@ void InitMessage(const std::string &message) { if(splashref) { - splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom, QColor(255,255,255)); + splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom|Qt::AlignHCenter, QColor(255,255,200)); QApplication::instance()->processEvents(); } } |