AudioPixie / TPRTracker

A unity-based tracker for TPR
GNU General Public License v3.0
0 stars 0 forks source link

Snowpeak Ruins checklist text overlap #44

Closed Apheayenne closed 1 month ago

Apheayenne commented 6 months ago

Describe the bug 1) On the Snowpeak Ruins checklist, the "Courtyard Central Check" and "Ball and Chain" text are overlapping. 2) On the Castle Town checklist, the "Malo Mart Magic Armor" and "Charlo Donation Blessing" text are overlapping

Screenshots image image

Additional context Add any other context about the problem here.

AudioPixie commented 6 months ago

Noticed this in a few places, seems to only happen when the window is a certain size. Goes away when window is resized smaller. These lists have been causing issues, might rework them to not use Unity's listing system and redo it manually since it's a bit temperamental.

Apheayenne commented 6 months ago

Im wondering if it caused by the automatic wrapping. like it looks like the text will fit, but the program will wrap it automatically. i think it worked if the window was maximized.

AudioPixie commented 6 months ago

The text wraps automatically, but that changes the height of the text object to be larger, which is what is supposed to be taken into account when listing them. It's like it sometimes does the wrapping first, but sometimes does the listing first... kinda weird

AudioPixie commented 1 month ago

Reworked the checks so that the automatic height is working. Moved the TMP_Text component to the same level as the toggle so that it isn't nested anymore