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

Progress control problems

$
0
0
Hello

Look at this progress:
watch gallery


Where does the border come from and why lefttexture and righttexture are stretched (they are 2 pixel wide images - the white on the ends indicates the stretch, as I have not applied transparency yet)?

The code:

Code:
<control type="progress">
<description>My first progress control</description>
<left>80</left>
<top>60</top>
<height>20</height>
<lefttexture border="0">pb-start.png</lefttexture>
<midtexture border="0">pb.png</midtexture>
<righttexture border="0">pb-end.png</righttexture>
<info>100</info>
<width>500</width>
</control>

Viewing all articles
Browse latest Browse all 1818

Trending Articles