Skip to content

Location list lines after search on travel map are limited to 29 characters #2684

Open
@Daneel53

Description

After having entered a search clue on the travel map, the resulting list has lines cut at 29 characters.
This is probably an issue only for other languages than English that are more verbose.

DaggerfallUnity_2024-08-11_09-03-34

This comes from the script DaggerfallTravelMapWindow.cs where the listbox is explicitely created with MaxCharacters = 29.

notepad++_2024-08-11_10-51-48

I changed the 29 for 50 with the Unity editor and the list is is now correctly displayed.

Unity_2024-08-10_22-13-49

Please change this value in DFU code.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions