Multiline button in perspective

Like @nminchin said: add the whitespace: pre style property:
image

Then add the following expression binding to the text prop:
'Load data\n(from XML)'

image

This is the result:
image

8 Likes