[mythtv-commits] Ticket #5834: Incorrect clock definition in base.xml for Retro theme

MythTV mythtv at cvs.mythtv.org
Fri Oct 17 15:45:16 UTC 2008


#5834: Incorrect clock definition in base.xml for Retro theme
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  theme      |     Version:  unknown
 Severity:  low        |     Mlocked:  0      
-----------------------+----------------------------------------------------
 Following the recent ui changes, the clock is now be defined in menu-
 ui.xml not base.xml. For the Retro theme, the definition has be left in
 base.xml by mistake.

 Delete lines 28 to 40 from Retro/base.xml to fix.


 I like the theme but don't like the default position of the clock
 (personal preference), so I'd also move it to the bottom left of the
 screen using:

 Index: Retro/menu-ui.xml
 ===================================================================
 --- Retro/menu-ui.xml   (revision 18706)
 +++ Retro/menu-ui.xml   (working copy)
 @@ -23,10 +23,11 @@
          </font>

          <clock name="clock">
 -            <area>20,500,780,40</area>
 +            <area>60,520,300,40</area>
              <font>clock</font>
              <format>%DATE%, %TIME%</format>
 -            <align>center</align>
 +            <align>left</align>
 +            <alpha>75</alpha>
          </clock>

          <statetype name="titles">

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5834>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list