fixed bug in metrixhd timers menu

This commit is contained in:
louis 2015-04-03 16:12:35 +02:00
parent b04cea1f9d
commit bbcb7b0f78
2 changed files with 2 additions and 1 deletions

View File

@ -271,3 +271,4 @@ Version 0.4.0
- fixed bug that time was not correctly drawn if a submenu implements
its own time display
- fixed bug that date was drawn every flush in displayreplay
- fixed bug in metrixhd timers menu

View File

@ -32,7 +32,7 @@
<area x="1%" width="58%" layer="2">
<drawimage condition="{flagactive}" name="active" imagetype="icon" path="ico_timer_active" x="0" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
<drawimage condition="not{flagactive}" name="active" imagetype="icon" path="ico_timer_inactive" x="0" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
<drawimage condition="{flagrecording}" name="active" imagetype="icon" path="ico_timer_recording" x="0" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
<drawimage condition="{flagrecording}" name="active" imagetype="icon" path="ico_timer_recording" x="0.9*{areaheight}" width="0.9*{areaheight}" height="0.9*{areaheight}" valign="center" />
</area>
<areascroll scrollelement="timertext" mode="forthandback" orientation="horizontal" delay="1000" scrollspeed="medium" x="5%" width="54%" layer="3">
<drawtext name="timertext" x="10" valign="center" font="{light}" fontsize="80%" color="{clrWhite}" text="{dayname} {day}. {timerstart} - {timerstop}: {title}" />