This commit is contained in:
doitux
2009-04-10 20:14:23 +00:00
parent c992fb1762
commit bf8b5b84a6
@@ -730,6 +730,7 @@ void GameTableStyleReader::setWindowsGeometry(gameTableImpl *gt)
gt->actionFullScreen->setDisabled(TRUE); gt->actionFullScreen->setDisabled(TRUE);
if(gt->isFullScreen()) if(gt->isFullScreen())
gt->showNormal(); gt->showNormal();
gt->move(50,50);
} }
} }
else { else {
@@ -747,6 +748,7 @@ void GameTableStyleReader::setWindowsGeometry(gameTableImpl *gt)
gt->actionFullScreen->setDisabled(TRUE); gt->actionFullScreen->setDisabled(TRUE);
if(gt->isFullScreen()) if(gt->isFullScreen())
gt->showNormal(); gt->showNormal();
gt->move(50,50);
} }
} }