Another thing - is there some "auto fit/resize by content" mechanism? I.e. if the button has a label which is longer than button's width, how I can make the button resize to fit the label? Should I do it manually with absolute coords/sizes? (So first I have to calculate how many pixels the label takes on the button).