Kodi Community Forum

Full Version: Problem with radioposx in radiobutton
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I got a problem with <radioposx> in a radiobutton.
If i set the <radioposx>0</radioposx>, the radio image sits too far left, it looks like -5px misplaced.
If i set the radioposx higher than 0, everything looks right.

How you can see in the image:
- the first red radio button has radioposx=0 (5px misplaced to the left)
- the second red radio button has radioposx=1 (works right)
- the third red radio button shows the position that i want.
Image
Could it be that using <radioposx>0</radioposx> makes it default to the standard -24 pixels from the right of the button?
Hitcher Wrote:Could it be that using <radioposx>0</radioposx> makes it default to the standard -24 pixels from the right of the button?
It is only 5px misplaced to the left.

I want to use a 850px width radionib in a 850px width radiobutton.

I should be a bug, if i set the radioposx to 1px the radioimage slides 6px to the right.