mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 08:45:36 +00:00
Convert tabs to spaces.
This commit is contained in:
parent
7c17e27be4
commit
415426c30b
6 changed files with 238 additions and 238 deletions
|
@ -76,8 +76,8 @@ RaceDialog::RaceDialog(MWWorld::Environment& environment, bool showNext)
|
|||
okButton->setCaption("Next");
|
||||
|
||||
// Adjust back button when next is shown
|
||||
backButton->setCoord(backButton->getCoord() + MyGUI::IntPoint(14, 0));
|
||||
okButton->setCoord(okButton->getCoord() + MyGUI::IntSize(14, 0));
|
||||
backButton->setCoord(backButton->getCoord() - MyGUI::IntPoint(18, 0));
|
||||
okButton->setCoord(okButton->getCoord() + MyGUI::IntCoord(-18, 0, 18, 0));
|
||||
}
|
||||
|
||||
updateRaces();
|
||||
|
|
Loading…
Reference in a new issue