Kodi Community Forum

Full Version: RadioposX problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When setting radioposx (in this example it's 80) I'm getting the radio buttons aligned 80 from the left and the spin buttons aligned 80 from the right. Is this a bug?

Image

Also, how do I set the position x of the label (ringed in image) because at the moment it seems to follow the textoffset which means it can't be aligned with my buttons?
It's retarded, but it's by design. Note that <spinposx> is what is actually read for a spinner, though these re-use the same code as <radioposx> thus what you see.

I strongly suggest not using these, and rather just having the <width> of the control suitably aligned.

Cheers,
Jonathan