cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

How Do I Make Two Lines Of Text In A Button Farther Apart?

jhester
4-Participant

How Do I Make Two Lines Of Text In A Button Farther Apart?

I would like to know how we can have a larger line to line distance in our buttons.  This is to avoid letter overlap like what is seen below.

We are utilizing the native button widgets with a set style to make the text bigger.  We then are using localization tokens to support our needed languages.

I am sure this is a newbie question, but I am just that, a newbie to ThingWorx development.

Thank you for your help!

1 REPLY 1
PaiChung
22-Sapphire I
(To:jhester)

That looks like perhaps the Button widget is not accounting for the larger font size specified.

Sadly this is actually a bit hard in Thingworx where these widgets are all 'hard coded'

You either will have to inject some css (not sure if the marketplace now has some widgets for this) or customize the button and make your own button extension

not sure if anyone else knows of other ways.

I'd also 'bug' this so that dev is aware that it isn't calculating the spacing properly.

Top Tags