Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
It is not possible with a single Label, but it should be possible using the various layout options that I added specifically for this reason. However when I just tested it did not work anymore, maybe I broke it somehow... I will check it out this evening.

Basically what you need is:

- A SubWidget with two Labels, one for the first name and one for last name
- Give the first label and second label different font weight
- Enable the "Autosize" option for at least the first label. This way - it should automatically scale by its contents and put the second label next to it. (This seems to be broken currently)
- In the SubWidget set the Child Layout to StackedHorizontal - this should place the labels next to each other

You can try to play around with it to see if you can get it to work, I only had a few minutes. I will investigate this evening if there is something I need to fix.