fixed colors in tvguideng timeline in nopacity darkred

This commit is contained in:
louis 2015-03-19 16:46:46 +01:00
parent 27ca35173d
commit 052e21a929
4 changed files with 3 additions and 5 deletions

View File

@ -218,6 +218,4 @@ Version 0.3.0
- moved access to cControl to main thread to avoid crash
in onpauseview
- added recording icons to metrixHD
- fixed colors in tvguideng timeline in nopacity darkred

View File

@ -200,7 +200,7 @@
{timestring} time of grid in hh:mm
-->
<grid name="timeline_hor" x="15%" y="20%" width="85%" height="5%">
<area layer="2">
<area layer="1">
<drawrectangle condition="{fullhour}" x="1" y="1" width="{areawidth}-2" height="{areaheight}-2" color="{clrTransWhite}"/>
<drawrectangle condition="not{fullhour}" x="1" y="1" width="{areawidth}-2" height="{areaheight}-2" color="{clrTransBlack}" />
</area>
@ -211,7 +211,7 @@
</grid>
<grid name="timeline_ver" x="0" y="35%" width="8%" height="57%">
<area layer="2">
<area layer="1">
<drawrectangle condition="{fullhour}" x="1" y="1" width="{areawidth}-2" height="{areaheight}-2" color="{clrTransWhite}"/>
<drawrectangle condition="not{fullhour}" x="1" y="1" width="{areawidth}-2" height="{areaheight}-2" color="{clrTransBlack}" />
</area>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB