1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

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

This commit is contained in:
Jan Borsodi 2010-09-15 19:50:11 +02:00
parent 8770e4bc92
commit dbc3a43f13

View file

@ -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
{