update readme and splash screen text

This commit is contained in:
Wladimir J. van der Laan
2011-08-02 22:03:41 +02:00
parent 10d680cff4
commit 5762295ec3
2 changed files with 5 additions and 1 deletions

View File

@@ -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();
}
}