Hi,
I have a need for help here. I am trying to adjust the textureheight of the progress bar in videoOSD.xml but I can not find the tags for this.
I have tried adjusting the height but this just affects the whole control. Tried textureheight and textureHeight as above, no success. Anyone to help?
I have a need for help here. I am trying to adjust the textureheight of the progress bar in videoOSD.xml but I can not find the tags for this.
Code:
<control>
<description>Progress Bar</description>
<type>progress</type>
<id>1</id>
<posX>123</posX>
<posY>669</posY>
<width>940</width>
<height>140</height>
<texturebg></texturebg>
<lefttexture>osd_progress_left.png</lefttexture>
<midtexture>osd_progress_mid.png</midtexture>
<righttexture>osd_progress_right.png</righttexture>
<textureHeight>27</textureHeight>
<visible>yes</visible>
<label>#percentage</label>
</control>
I have tried adjusting the height but this just affects the whole control. Tried textureheight and textureHeight as above, no success. Anyone to help?