This commit is contained in:
doitux
2007-03-01 21:49:32 +00:00
parent 2649ee716c
commit e509785fd8
+2 -1
View File
@@ -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();
}