-
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. 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). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 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.
We fixed this issue (#1324) in #1335, so the text should correctly center in the button now.