Splashcreen update

This commit is contained in:
Andre Jochems
2015-11-12 23:04:47 +01:00
parent 4e92856123
commit 22f98699bd
6 changed files with 17 additions and 17 deletions

View File

@@ -91,7 +91,7 @@ static void InitMessage(const std::string &message)
{
if(splashref)
{
splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom|Qt::AlignHCenter, QColor(55,55,55));
splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom|Qt::AlignHCenter, QColor(Qt::black));
qApp->processEvents();
}
printf("init message: %s\n", message.c_str());