Ups, forgot to mention you have to do the same to line 885 and 889.
So to whole section from line 868 is (changes highlighted):
       <container name="videoinfo">
            <area>0,321,800,300</area>
            <textarea name="video_title" draworder="4">
                <area>50,70,530,60</area>
                <font>largetitle</font>  
            </textarea>
            <textarea name="file_label" draworder="4" align="right">
                <area>30, 123,90,40</area>
                <font>labelfont</font>
                <value>File:</value> 
            </textarea>
            <textarea name="player_label" draworder="4" align="right">
                <area>30,166,90,40</area>
                <font>labelfont</font>
                <value>Player:</value>
            </textarea>
            <textarea name="video_file" draworder="4">
                <area>130,125,380,40</area>
                <font>infofont</font>
            </textarea>
            <textarea name="video_player" draworder="4">
                <area>130,168,380,40</area>
                <font>infofont</font>
            </textarea>
            <image name="video_poster" draworder="1" fleximage="no">
                <position>551,18</position>
                <staticsize>166,260</staticsize>
            </image>
            <textarea name="pl_label" draworder="4" align="right">
                <area>700,255,60,40</area>
                <font>labelfont</font>
                <value>PL </value>
            </textarea>
            <textarea name="pl_value" draworder="4">
                <area>760,255,20,40</area>
                <font>labelfont</font>
                <value>1</value>
            </textarea>
        </container>

Peace out,
Erik
On 1/11/06, Bobby Peru <[EMAIL PROTECTED]> wrote:
Yeah, in /usr/share/mythtv/themes/default/video-ui.xml change line 875 from <area>30,153,90,40</area> to                 <area>30,123,90,40</area>, and line 880 from <area>30,196,90,40</area> to <area>30,166,90,40</area>.
 
Like this:
 
       <container name="videoinfo">
            <area>0,321,800,300</area>
            <textarea name="video_title" draworder="4">
                <area>50,70,530,60</area>
                <font>largetitle</font>  
            </textarea>
            <textarea name="file_label" draworder="4" align="right">
                <area>30,123,90,40</area>
                <font>labelfont</font>
                <value>File:</value> 
            </textarea>
            <textarea name="player_label" draworder="4" align="right">
                <area>30,156,90,40</area>
                <font>labelfont</font>
                <value>Player:</value>
            </textarea>
            ........
 
Hope this helps.
-Erik


 
On 1/11/06, Mathew Block <[EMAIL PROTECTED] > wrote:
I have a few themes that I have found on the Internet, some from the
official MythTV website that have an alignment problem with the text in the
"video list". I recently downloaded the theme Titivillus and the problem was
not in it. I think I have narrowed the problem down to themes that don't
provide a video-ui.xml. I would assume in this case the default one is used.
There I believe the problem lies in that default file. If somoene could help
me along with this problem I would be most greatful. I have searched around
the net for a solution but got no where. The closest I came was a person
asking a similar question over a year ago on this list, the answer was not
provided though.

Cheers, Mathew.


_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to