diff options
| author | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-03-22 08:29:52 +0100 |
| commit | d1ea7bd4a467463b939029aa76c43bae4e58b73f (patch) | |
| tree | c515cf4c606e017f24b28c92e053bb385437fd47 /skins | |
| parent | 9c93fbc0726ff54f2070837ac821ef3d258dfd30 (diff) | |
| download | vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.gz vdr-plugin-skindesigner-d1ea7bd4a467463b939029aa76c43bae4e58b73f.tar.bz2 | |
add detached option for viewelements
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/metrixhd/xmlfiles/displaychannel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/metrixhd/xmlfiles/displaychannel.xml b/skins/metrixhd/xmlfiles/displaychannel.xml index 3c63a18..7e39236 100644 --- a/skins/metrixhd/xmlfiles/displaychannel.xml +++ b/skins/metrixhd/xmlfiles/displaychannel.xml @@ -196,7 +196,7 @@ {devices[channelid]} ID of the currently tuned channel {devices[source]} source of the currently tuned channel --> - <devices> + <devices detached="true" delay="100" fadetime="300"> <area condition="{showdevices}" x="70%" y="30%" width="30%" height="{areaheight}/12 * {numdevices}" layer="1"> <fill color="{clrTransBlack}"/> </area> |
