Crossroads-Development / Essentials

Essentials is a mod for Minecraft. It adds a few simple utility-style blocks and items, mostly meant to enhance vanilla-style automation.
MIT License
11 stars 10 forks source link

The width of tooltip should be limited #44

Closed kappa-maintainer closed 4 years ago

kappa-maintainer commented 4 years ago

Suggestion The width of tooltips should be limited to lesser than half of the window length so players can read it fully.

Current Behavior [Optional] One item's tooltip is out of the window in 1920*1080, and most of items' tooltips are out of window in 854*480 2020-11-06_18 55 36

Justification Some tooltips are unreadable, and this should not happen.

Da-Technomancer commented 4 years ago

The portion of the user's screen that a tooltip takes up depends on their screen resolution and their UI size setting. What overflows for one person might not for another. I can't control people's screen resolutions. There are lots of vanilla tooltips that overflow on high UI size settings for certain resolution screens. In extreme cases, there are vanilla item names that overflow.

I suggest you either turn down your UI size temporarily to read the tooltips that overflow, or get the information from the ingame guidebook (all the information in the tooltips is also in the book).