Adjusting y coord of ok button is wrong, should be width.

actorid
Jan Borsodi 15 years ago
parent 8770e4bc92
commit dbc3a43f13

@ -99,7 +99,7 @@ void RaceDialog::setNextButtonShow(bool shown)
// Adjust back button when next is shown
backButton->setCoord(MyGUI::IntCoord(471 - 18, 397, 53, 23));
okButton->setCoord(MyGUI::IntCoord(532 - 18, 397 + 18, 42, 23));
okButton->setCoord(MyGUI::IntCoord(532 - 18, 397, 42 + 18, 23));
}
else
{

Loading…
Cancel
Save