Skip to content

Commit

Permalink
Add edit marks to MythCenter-wide OSD editbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sphery authored and Mark Kendall committed Dec 17, 2010
1 parent a635a7b commit 164739c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mythtv/themes/MythCenter-wide/osd.xml
Expand Up @@ -429,6 +429,22 @@
<fill color="#FFFFFF" alpha="255" />
<alphapulse min="180" max="255" change="4" />
</shape>
<shape name="cuttoright">
<area>0,4,3,30</area>
<fill color="#FF0000" alpha="255" />
</shape>
<shape name="cuttoleft">
<area>0,4,3,30</area>
<fill color="#FF0000" alpha="255" />
</shape>
<shape name="keeptoright">
<area>0,4,3,30</area>
<fill color="#00FF00" alpha="255" />
</shape>
<shape name="keeptoleft">
<area>0,4,3,30</area>
<fill color="#00FF00" alpha="255" />
</shape>
</editbar>
</window>

Expand Down

0 comments on commit 164739c

Please sign in to comment.