-
Notifications
You must be signed in to change notification settings - Fork 129
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
[VisUI Request] Set text orientation in VisImageTextButton #373
Labels
Comments
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
… positions of label relative to image (kotcrab#373)
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
… positions of label relative to image (kotcrab#373)
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 11, 2022
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 11, 2022
czyzby
pushed a commit
that referenced
this issue
Dec 11, 2022
* Adds 'orientation' parameter to VisImageTextButton to allow different positions of label relative to image (#373) * Adds test for VisImageTextButton orientations (#373) * Setting VisImageTextButton orientation only updates actors, not listeners (#373) * Changes VisImageTextButton Orientation enum constants to uppercase * Update CONTRIBUTORS * Update CHANGES #373
Thanks for implementing this feature, @bploeckelman! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be helpful to have something like a
textAlignment
property inVisImageTextButton
that positions the text label relative to the image in the button table.Defaulting the value to
right
would match the existing behavior but if it's set totop
orbottom
the label would be placed on a separate row above or below the image, and if it's set toleft
then the label would be added to the button table first, followed by the image.The text was updated successfully, but these errors were encountered: