Skip to content

Commit

Permalink
MythCenter-wide: fix the clock position.
Browse files Browse the repository at this point in the history
This changes the clock to be right aligned so it's always aligned with the
right screen edge and increases the width to allow for different date/time
formats.
  • Loading branch information
Paul Harrison committed Mar 23, 2011
1 parent 45a289e commit 883d0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/themes/MythCenter-wide/recordings-ui.xml
Expand Up @@ -11,9 +11,9 @@
</textarea>

<clock name="clock">
<area>1050,10,250,30</area>
<area>850,10,410,30</area>
<font>basesmall_normal</font>
<align>vcenter,left</align>
<align>vcenter,right</align>
<format>%DATE% %TIME%</format>
</clock>

Expand Down

0 comments on commit 883d0dc

Please sign in to comment.