Replies: 1 comment 3 replies
-
The text of the button should be centered by default, so I'm not sure what the issue is there. If you can paste in the code for your button, that would help me figure out the issue. For your second question, you might want to try |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I set up the styles for my button, I tried many things like setting Text.Align and Text.AlignV to Center (I believe it also is the default setting) but the text inside the button did not get centered.
I tried to set the size of the text widget to the size of my button but this also didn't change anything.
What parameter do I need to set/ change to center the text?
Also whilst trying to set the size of the text widget to the size of the button I found out, that the text widget size is not 100% of the button, it seemed to me like the maximum size was at about 60% of the button (I can provide more details if necessary).
Is there a way to set this limitation to 100%, so that a larger text would fit in the same space than before?
Beta Was this translation helpful? Give feedback.
All reactions