mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-17 08:26:50 -04:00
Adjusting y coord of ok button is wrong, should be width.
This commit is contained in:
parent
8770e4bc92
commit
dbc3a43f13
@ -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…
x
Reference in New Issue
Block a user