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
To center a slider with text and numeric value, you have to calculate the size manually and include it in the add_sized call, or store the size on each frame to use it in the next frame, as discussed in #3468. #4631 is meant to improve this user experience.
Is your feature request related to a problem? Please describe.
You cant currently, I've tried using
ui.vertical_centered()
but it doesn't seem to work.Describe the solution you'd like
make
ui.vertical_centered()
workDescribe alternatives you've considered
an option on the struct itself?
Additional context
n/a
The text was updated successfully, but these errors were encountered: