This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user