diff options
| author | louis <louis.braun@gmx.de> | 2015-01-22 18:13:56 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-22 18:13:56 +0100 |
| commit | 46d99a69136b8b1ef9ecf37be2a03f577abf291d (patch) | |
| tree | f187be4a43a7c12004b2a475e4e7e3f72cac5d00 | |
| parent | cacde1887c92f024fd4a4247132aa82972f4a66f (diff) | |
| download | vdr-plugin-skindesigner-46d99a69136b8b1ef9ecf37be2a03f577abf291d.tar.gz vdr-plugin-skindesigner-46d99a69136b8b1ef9ecf37be2a03f577abf291d.tar.bz2 | |
fixed bug in displaychannel.xml in blackhole
| -rw-r--r-- | skins/blackhole/xmlfiles/displaychannel.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/blackhole/xmlfiles/displaychannel.xml b/skins/blackhole/xmlfiles/displaychannel.xml index c8fdabe..83a7f7d 100644 --- a/skins/blackhole/xmlfiles/displaychannel.xml +++ b/skins/blackhole/xmlfiles/displaychannel.xml @@ -189,9 +189,9 @@ <loop name="devices" x="0" y="0" orientation="horizontal" columnwidth="{areawidth}/{numdevices}" rowheight="{areaheight}"> <drawtext x="0" y="0" font="{regular}" fontsize="40%" color="{clrWhite}" text="{devices[num]}: {devices[type]}" /> <drawtext condition="{devices[hascam]}" align="right" y="0" font="{regular}" fontsize="40%" color="{clrWhite}" text="(CAM {devices[cam]})" /> - <drawtext condition="{devices[recording]} ++ {devices[livetv]}" x="0" y="35%" font="{regular}" fontsize="30%" width="100%" color="{clrRed}" text="LiveTV, Recording ({devices[channelname]}) " /> - <drawtext condition="{devices[recording]} ++ not{devices[livetv]}" x="0" y="35%" font="{regular}" fontsize="30%" width="100%" color="{clrRed}" text="Recording ({devices[channelname]}) " /> - <drawtext condition="not{devices[recording]} ++ {devices[livetv]}" x="0" y="35%" font="{regular}" fontsize="30%" width="100%" color="{clrWhite}" text="LiveTV ({devices[channelname]}) " /> + <drawtext condition="{devices[recording]} ++ {devices[livetv]}" x="0" y="35%" font="{regular}" fontsize="30%" width="{columnwidth}" color="{clrRed}" text="LiveTV, Recording ({devices[channelname]}) " /> + <drawtext condition="{devices[recording]} ++ not{devices[livetv]}" x="0" y="35%" font="{regular}" fontsize="30%" width="{columnwidth}" color="{clrRed}" text="Recording ({devices[channelname]}) " /> + <drawtext condition="not{devices[recording]} ++ {devices[livetv]}" x="0" y="35%" font="{regular}" fontsize="30%" width="{columnwidth}" color="{clrWhite}" text="LiveTV ({devices[channelname]}) " /> <drawrectangle x="0" y="70%" width="{columnwidth} * {devices[signalstrength]} / 100 - 10 * {devices[signalstrength]} / 100" height="{rowheight}/15" color="{clrWhite}" /> <drawrectangle x="0" y="85%" width="{columnwidth} * {devices[signalquality]} / 100 - 10 * {devices[signalquality]} / 100" height="{rowheight}/15" color="{clrWhite}" /> </loop> |
