diff options
author | louis <louis.braun@gmx.de> | 2015-01-27 17:54:04 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-27 17:54:04 +0100 |
commit | 1aeb45ff20491e25bae80c144c219fb96a17d4eb (patch) | |
tree | 11034012d62572fdb92c72be5c73264a060832e1 | |
parent | 4204e455324c854d5df2099aa3e6de38d6f1a89f (diff) | |
parent | 09796d86460f50f571ddf83c10a1e6b0555aabd4 (diff) | |
download | vdr-plugin-skindesigner-1aeb45ff20491e25bae80c144c219fb96a17d4eb.tar.gz vdr-plugin-skindesigner-1aeb45ff20491e25bae80c144c219fb96a17d4eb.tar.bz2 |
Merge branch 'master' into plugininterface
-rw-r--r-- | skins/nopacity/xmlfiles/displaymenumain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/nopacity/xmlfiles/displaymenumain.xml b/skins/nopacity/xmlfiles/displaymenumain.xml index 8c0d304..8384441 100644 --- a/skins/nopacity/xmlfiles/displaymenumain.xml +++ b/skins/nopacity/xmlfiles/displaymenumain.xml @@ -38,7 +38,7 @@ <area x="85%" y="28%" width="14%" height="60%" layer="2"> <loop name="timers" x="0" y="0" orientation="vertical" columnwidth="100%" rowheight="{areaheight} / 4" overflow="cut"> <drawrectangle condition="{timers[recording]}" x="0" y="0" width="{columnwidth}" height="{rowheight} * 99 / 100" color="{clrTransRed}" /> - <drawimage cache="true" name="logo" imagetype="channellogo" path="{timers[channelid]}" width="98%" height="{rowheight} / 2" align="center" y="5" /> + <drawimage cache="true" name="logo" imagetype="channellogo" path="{timers[channelid]}" width="80%" height="{rowheight} / 2" align="center" y="5" /> <drawtextbox x="5" y="{height(logo)}+2" width="{columnwidth}-10" align="center" maxlines="2" font="{vdrOsd}" fontsize="4%" color="{clrWhite}" text="{timers[title]}" /> <drawtext name="datetime" align="center" y="{rowheight}*84/100" font="{vdrOsd}" fontsize="4%" color="{clrWhite}" text="{timers[datetime]}" /> </loop> |