Opened 16 years ago

Closed 15 years ago

#5834 closed defect (fixed)

Incorrect clock definition in base.xml for Retro theme

Reported by: anonymous Owned by: stuartm
Priority: minor Milestone: 0.22
Component: theme Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

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">

Change History (2)

comment:1 Changed 15 years ago by stuartm

Milestone: unknown0.22
Owner: changed from Isaac Richards to stuartm
Status: newaccepted
Version: unknownhead

comment:2 Changed 15 years ago by stuartm

Resolution: fixed
Status: acceptedclosed

(In [19507]) Remove the clock definition in base.xml, since it's also defined in menu-ui.xml. Closes #5834

Note: See TracTickets for help on using tickets.