OpenOrienteering / mapper

OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
https://www.openorienteering.org/apps/mapper/
GNU General Public License v3.0
404 stars 108 forks source link

Overflowing text in symbol replacement window is hidden even after resize #2197

Closed ryan-mooore closed 10 months ago

ryan-mooore commented 10 months ago

When trying to replace a symbol set, it is hard to see the full name of most of the symbols in the list. After resizing the window, I would expect to be able to see more of the symbol name, but this does not happen. This can be quite an annoyance when there are two symbols with a similar name but you cannot see the part of the name that differs. See image below.

image

jmacura commented 10 months ago

Can you check the names of the symbols are complete in the symbol set? I think I have came across this as well and the problem was already in the symbol set, not in the dialog window.

ryan-mooore commented 10 months ago

Yep, you're right, thanks for pointing that one out

lpechacek commented 10 months ago

OCD 10 file format limits the names to 32 characters. When there is a conversion into OCD 10 format in the process, this kind of trimming happens. That's an annoyance, indeed.