mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 10:03:49 -04:00
Convert tabs to spaces.
This commit is contained in:
parent
7c17e27be4
commit
415426c30b
@ -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…
x
Reference in New Issue
Block a user