gloss-mc/themes/default/osd.xml

24 lines
482 B
XML
Raw Normal View History

2008-01-31 13:04:28 -08:00
<gloss-theme>
<texture id="video_osd_bar">
2008-02-24 12:59:57 -08:00
<image>osd/osd_bar3.png</image>
2008-01-31 13:04:28 -08:00
<dimensions type="relativeToStage">
<width>70%</width>
<height>5%</height>
</dimensions>
<position type="relativeToStage">
<x>95%</x>
<y>0</y>
</position>
</texture>
2008-02-24 12:59:57 -08:00
<texture id="tv_osd_box">
<image>osd/splash_box.png</image>
<dimensions type="relativeToStage">
<width>50%</width>
<height>30%</height>
</dimensions>
<opacity>188</opacity>
</texture>
2008-01-31 13:04:28 -08:00
</gloss-theme>