mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 11:23:51 +00:00
Adjusting y coord of ok button is wrong, should be width.
This commit is contained in:
parent
8770e4bc92
commit
dbc3a43f13
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void RaceDialog::setNextButtonShow(bool shown)
|
||||||
|
|
||||||
// Adjust back button when next is shown
|
// Adjust back button when next is shown
|
||||||
backButton->setCoord(MyGUI::IntCoord(471 - 18, 397, 53, 23));
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue