[mythtv] [PATCH] Fixed Directed By in MythVideo

Kevin Kuphal kuphal at dls.net
Mon Apr 4 01:48:46 UTC 2005


This two line patch fixes an issue I see on my system where, when 
selected a video to play, the "Directed by" and the director bunch 
together like:

Directed byDirector

I moved the Director 10 pixels to the right and all is well.  I tried 
doing it by adding a trailing space to the Directed by text but it 
seemed to be stripped.

Kevin
-------------- next part --------------
Index: mythvideo/mythvideo/video-ui.xml
===================================================================
RCS file: /var/lib/mythcvs/mythvideo/mythvideo/video-ui.xml,v
retrieving revision 1.30
diff -n -u -r1.30 video-ui.xml
--- mythvideo/mythvideo/video-ui.xml	22 Aug 2004 18:16:32 -0000	1.30
+++ mythvideo/mythvideo/video-ui.xml	4 Apr 2005 01:44:33 -0000
@@ -441,7 +441,7 @@
         <value>Directed by</value>
       </textarea>
       <textarea name="director" draworder="4">
-        <area>370,90,350,35</area>
+        <area>380,90,350,35</area>
         <font>labels</font>
       </textarea>
       <textarea name="yrlbl" draworder="4">
@@ -707,7 +707,7 @@
         <value>Directed by</value>
       </textarea>
       <textarea name="director" draworder="4">
-        <area>370,90,350,35</area>
+        <area>380,90,350,35</area>
         <font>labels</font>
       </textarea>
       <textarea name="yrlbl" draworder="4">


More information about the mythtv-dev mailing list