You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…uttons centered when style.FramePadding.x is abnormally larger than style.FramePadding.y. Since the buttons are meant to be square (to align with e.g. color button) we always use FramePadding.y. (#2367)
Hi,
I've spotted that changing the frame padding value also offsets the inner text (+/-) in the controls buttons of the InputFloat/InputInt widgets
(picture from the samples, last revision, using a frame padding of 13. With larger values the text isn't even visible)
Workaround is to push a zero padding before creating an InputFloat control.
Thanks.
The text was updated successfully, but these errors were encountered: