30 lines
578 B
XML
30 lines
578 B
XML
<gloss-theme>
|
|
<texture id="video_osd_bar">
|
|
<image>osd/osd_bar3.png</image>
|
|
<dimensions type="relativeToStage">
|
|
<width>70%</width>
|
|
<height>5%</height>
|
|
</dimensions>
|
|
<position type="relativeToStage">
|
|
<x>95%</x>
|
|
<y>0</y>
|
|
</position>
|
|
</texture>
|
|
|
|
<texture id="tv_osd_box">
|
|
<rounded_rectangle>
|
|
<colour id="rect_colour">
|
|
<r>100</r>
|
|
<g>100</g>
|
|
<b>100</b>
|
|
</colour>
|
|
</rounded_rectangle>
|
|
<dimensions type="relativeToStage">
|
|
<width>70%</width>
|
|
<height>20%</height>
|
|
</dimensions>
|
|
<opacity>188</opacity>
|
|
</texture>
|
|
|
|
</gloss-theme>
|