mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed colors in tvguideng timeline in nopacity darkred
This commit is contained in:
parent
27ca35173d
commit
052e21a929
4
HISTORY
4
HISTORY
@ -218,6 +218,4 @@ Version 0.3.0
|
|||||||
- moved access to cControl to main thread to avoid crash
|
- moved access to cControl to main thread to avoid crash
|
||||||
in onpauseview
|
in onpauseview
|
||||||
- added recording icons to metrixHD
|
- added recording icons to metrixHD
|
||||||
|
- fixed colors in tvguideng timeline in nopacity darkred
|
||||||
|
|
||||||
|
|
||||||
|
@ -200,7 +200,7 @@
|
|||||||
{timestring} time of grid in hh:mm
|
{timestring} time of grid in hh:mm
|
||||||
-->
|
-->
|
||||||
<grid name="timeline_hor" x="15%" y="20%" width="85%" height="5%">
|
<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="{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}" />
|
<drawrectangle condition="not{fullhour}" x="1" y="1" width="{areawidth}-2" height="{areaheight}-2" color="{clrTransBlack}" />
|
||||||
</area>
|
</area>
|
||||||
@ -211,7 +211,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
|
|
||||||
<grid name="timeline_ver" x="0" y="35%" width="8%" height="57%">
|
<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="{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}" />
|
<drawrectangle condition="not{fullhour}" x="1" y="1" width="{areawidth}-2" height="{areaheight}-2" color="{clrTransBlack}" />
|
||||||
</area>
|
</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 |
Loading…
Reference in New Issue
Block a user