Hi,
I'm trying to put a label on a button to show some text on the right side of it. The button's text is on the left, so I can't change the alignment. I can't find a way to do so though.
I set the label higher than the button in the designer's views tree, and it actually shows the label on top of the button, but when I run the app, the label is put below, even if I use the bringtofront function.
Are there any ways to achieve this? How can I make the label to appear on top of the button?