1
0
Fork 0
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:
psi29a 2025-07-01 21:01:26 +00:00
commit 33ca7da731

View file

@ -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);