Issue
By default text in Button is centered but I want it to be aligned to the left so when I type more text than the button can display it wont cut the start of the sentence/word. Thanks for help.
Solution
You can use anchor="w"
when defining the button. However, some platforms may ignore that. For example, on older version of OSX the text will always be centered.
Answered By - Bryan Oakley
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.