Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUIContent description overflows in simulation GUI #2516

Open
Clayell opened this issue Feb 17, 2025 · 0 comments
Open

GUIContent description overflows in simulation GUI #2516

Clayell opened this issue Feb 17, 2025 · 0 comments

Comments

@Clayell
Copy link
Contributor

Clayell commented Feb 17, 2025

As noted in #2494 (comment), the description of the text that appears when you hover over a toggleable button (GUIContent) often overflows its box. Shortening the text does not fix this, as the box instead shortens. (see images below)

Image
Image

Relevant code:

_fromCurrentUT = GUILayout.Toggle(_fromCurrentUT, new GUIContent(" From Now", "If selected the game will warp forwards by the entered value. Otherwise the date and time will be set to the entered value."));

Not sure if RP-1 is the source of this issue, but I'm not sure where else to put it.

@Clayell Clayell changed the title GUIContent text overflows in simulation GUI GUIContent description overflows in simulation GUI Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant