1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-28 13:56:37 +00:00

Remove excessive spacing between travel destination and price

This commit is contained in:
Alexei Kotov 2025-03-04 03:41:27 +03:00
parent 6e9d15f91d
commit 61e2117e9d

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