create Widget Button with Image and Text

Hi,
It is simple and i still dont get it…
I want to have a Button that contains to the left an image and to the right the Text.

Button can only have 1 child. Add the image and text to a horizontal box, add horizontal box to the button.

Image from Gyazo

4 Likes

hmmm…

In this case you can use a horizontal box, which will contain an Overlay on the left and a text on the right, inside that overlay you can put the image and the button.

ok, easier than i though :slight_smile: thx