mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-05 11:13:08 +00:00
Merge branch 'balmora__________-__________-69gp' into 'master'
Remove excessive spacing between travel destination and price See merge request OpenMW/openmw!4568
This commit is contained in:
commit
33ca7da731
1 changed files with 1 additions and 2 deletions
|
|
@ -93,8 +93,7 @@ namespace MWGui
|
|||
|
||||
const std::string& nameString = name.getRefIdString();
|
||||
toAdd->setUserString("price", std::to_string(price));
|
||||
toAdd->setCaptionWithReplacing(
|
||||
"#{sCell=" + nameString + "} - " + MyGUI::utility::toString(price) + "#{sgp}");
|
||||
toAdd->setCaptionWithReplacing("#{sCell=" + nameString + "} - " + MyGUI::utility::toString(price) + "#{sgp}");
|
||||
toAdd->setSize(mDestinationsView->getWidth(), lineHeight);
|
||||
toAdd->eventMouseWheel += MyGUI::newDelegate(this, &TravelWindow::onMouseWheel);
|
||||
toAdd->setUserString("Destination", nameString);
|
||||
|
|
|
|||
Loading…
Reference in a new issue