mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 06:47:59 +03: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…
Add table
Add a link
Reference in a new issue