diff options
author | louis <louis.braun@gmx.de> | 2015-03-14 07:23:26 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-14 07:23:26 +0100 |
commit | a7d01384fcae390e3e3534b92a288ba4f6f0bd44 (patch) | |
tree | c7b4c0a0dd0080bbbf73f8c44a3d505ccd15c1bb /skins | |
parent | 8e1db5060148df83068479f380537982e8bf1a3e (diff) | |
download | vdr-plugin-skindesigner-a7d01384fcae390e3e3534b92a288ba4f6f0bd44.tar.gz vdr-plugin-skindesigner-a7d01384fcae390e3e3534b92a288ba4f6f0bd44.tar.bz2 |
fixed recording progress bar in nopacity
Diffstat (limited to 'skins')
-rw-r--r-- | skins/nopacity/xmlfiles/displayreplay.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/nopacity/xmlfiles/displayreplay.xml b/skins/nopacity/xmlfiles/displayreplay.xml index e77fc20..c14dbff 100644 --- a/skins/nopacity/xmlfiles/displayreplay.xml +++ b/skins/nopacity/xmlfiles/displayreplay.xml @@ -106,7 +106,7 @@ {total} total frames of recording --> <progressbar> - <area x="3%" y="83%" width="94%" height="2%" layer="2"> + <area x="3%" y="83%" width="94%" height="2%" layer="3"> <drawellipse x="1" y="1" width="{areaheight}-2" height="{areaheight}-2" color="{clrProgressbar}" quadrant="0" /> <drawrectangle x="{areaheight}/2" y="1" width="{current}/{total}*{areawidth} - {current}/{total}*{areaheight}" height="{areaheight}-2" color="{clrProgressbar}" /> </area> @@ -120,7 +120,7 @@ {marks[startmark]} true if mark is start mark --> <cutmarks> - <area x="3%" y="82%" width="94%" height="4%" layer="3"> + <area x="3%" y="82%" width="94%" height="4%" layer="4"> <loop name="marks" x="0" y="0" orientation="absolute"> <drawrectangle x="{marks[position]}/{marks[total]}*{areawidth}" y="0" width="1" height="100%" color="{clrTransWhite}" /> <drawrectangle condition="{marks[startmark]}" x="{marks[position]}/{marks[total]}*{areawidth}" y="0" width="5" height="1" color="{clrTransWhite}" /> |