Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
not sure, but I think LC uses something like this in that button:
...
## Example to fit a button "xyz" to its loooooong label
lock screen
set the width of btn "xyz" to the formattedwidth of btn "xyz"
set the height of btn "xyz" to the formattedheight of btn "xyz"
unlock screen
...