From e509785fd85745235e16fa762355663d35de65bf Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 1 Mar 2007 21:49:32 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 47e99cdb..88d51436 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -1979,7 +1979,8 @@ void mainWindowImpl::paintStartSplash() { // mySplash->setMaximumSize(400,250); // mySplash->setMinimumSize(400,250); - mySplash->setGeometry(237,210,400,250); + + mySplash->setGeometry(this->pos().x()+237,this->pos().y()+210,400,250); // mySplash->setWindowFlags(Qt::SplashScreen); mySplash->show(); }