Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1803

and 5

$
0
0
I have a question regarding borders on textures. I assumed that the following would be equivalent regarding placing a border around an image, but it seems not:
Code:
<control type="image">
    <texture border="5">image.png</texture>
</control>



<control type="image">
    <bordersize>5</bordersize>
    <texture>image.png</texture>
</control>
I can't find much information in the wiki. Can anyone explain please?

Viewing all articles
Browse latest Browse all 1803

Trending Articles