mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
changed handling of channel logos, width and height are now mandatory
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</area>
|
||||
<!-- channel logo -->
|
||||
<area x="5" width="6%" layer="3">
|
||||
<drawimage imagetype="channellogo" path="{channelid}" x="0" height="100%" valign="center" />
|
||||
<drawimage imagetype="channellogo" path="{channelid}" x="0" width="100%" height="100%" valign="center" />
|
||||
</area>
|
||||
<!-- datetime and icons -->
|
||||
<area x="1%" width="28%" layer="3">
|
||||
|
||||
Reference in New Issue
Block a user