Skip to content

Commit

Permalink
Fix positioning of the browse_info window content in Metallurgy. Fixe…
Browse files Browse the repository at this point in the history
…s #9204

git-svn-id: http://svn.mythtv.org/svn/trunk@27247 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
stuartm committed Nov 16, 2010
1 parent 31d2308 commit ccb89cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions metallurgy/osd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,40 +65,40 @@
<area>0,480,1280,240</area>

<imagetype name="background">
<area>0,480,1280,240</area>
<area>0,0,1280,240</area>
<filename>osd/background.png</filename>
</imagetype>

<textarea name="title">
<area>185,510,830,38</area>
<area>185,30,830,38</area>
<font>extralarge</font>
</textarea>

<textarea name="description">
<multiline>yes</multiline>
<area>185,585,1054,130</area>
<area>185,105,1054,130</area>
<font>medium</font>
<template>%"|SUBTITLE|" %%DESCRIPTION%</template>
</textarea>

<textarea name="starttime">
<area>185,551,880,25</area>
<area>185,71,880,25</area>
<font>smallgrey</font>
<template>(%STARTTIME% - %ENDTIME%) %LENMINS%</template>
</textarea>

<imagetype name="channelicon">
<area>46,520,120,90</area>
<area>46,40,120,90</area>
</imagetype>

<textarea name="time">
<area>1034,510,200,40</area>
<area>1034,30,200,40</area>
<font>medium</font>
<align>right</align>
</textarea>

<textarea name="channum">
<area>46,635,120,30</area>
<area>46,155,120,30</area>
<font>extralarge</font>
<align>hcenter</align>
</textarea>
Expand Down

0 comments on commit ccb89cf

Please sign in to comment.