ClanGenOfficial / clangen

Warrior Cats fan game
https://clangen.io
Other
230 stars 404 forks source link

[BUG] Text is very slightly cut off at the bottom in cat page #2338

Closed KiraDragoness closed 1 month ago

KiraDragoness commented 1 month ago

Type: UI

Describe the bug In any cat page, if you pay close attention, you can see the text is very very slightly cut at the bottom, visible only for letters like 'g', 'y' or 'p'. EDIT: it also happens in the medicine den, for the cat's names; and for the conditions' tab.

Grade: Unimportant

Reproduce Check the text inside any cat's page.

Commit # or Game Version Number: 1f8fb2e6c

Screenshots image To compare how this letters usually look like: image At the medicine den: image Conditions: image

keyraven commented 1 month ago

Note - this is one of the many small issues associated with the update to pygame_gui 0.6.10

scribblecrumb commented 1 month ago

Most of these are caused by a limitation of pygui 0.6.10 regarding how decreased line spacing is displayed. Medicine den name cut off is unrelated and thus fixable, but seems to be the only one. #2342 fixes problems that are fixable.

archanyhm commented 1 month ago

Should be fixed with #2342