mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed colors in tvguideng timeline in nopacity darkred
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user