KaylinOwO / Project-Apparatus

A Lethal Company cheat based on Infinite Company
98 stars 43 forks source link

[Bug]: #107

Open lethaldeadly opened 8 months ago

lethaldeadly commented 8 months ago

Describe the bug

Cannot read tooltips if they are wider than the menu.

Steps To Reproduce

Go to Misc, hover over Spawn Object:, the tooltip gets cut off.

Expected Behavior

The tooltip would extend off the menu or create a new line.

Additional context

No response

TheGreenBandit commented 8 months ago

Please use the title field for any future issues,

Potential fixes to this

  1. Add a newline into the description. This could become a temporary fix but could add up with future features.

  2. Rework tooltips to be their own windows and not display in the main window by following cursor position if hovered over the option. This would be the better option as it would solve future issues.

  3. Force newline at a certain length (aka text wrapping) Wouldn't require reworking and would solve for future features.