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:
parent
6e9d15f91d
commit
61e2117e9d
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