can i put the text label next to the labels (for example label Points:)
1 Like
Hi, @anfaenger!
Yes, it’s possible
Follow these steps -
- Take a row, and set it’s width & height to
fitContents
- Place this row just above
coins
label. - Move the
points
label inside the row. - Next to the
points
label, add thetextInput
.
Done!
Good Luck!
Thanks!
2 Likes