mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
some more nopacity optimizations - thanx@utility
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<displayreplay x="0" y="0" width="100%" height="100%" fadetime="{fadeTime}">
|
||||
|
||||
<background>
|
||||
<area x="1%" y="74%" width="98%" height="25%" layer="1" transparency="20">
|
||||
<area x="1%" y="74%" width="98%" height="25%" layer="1" transparency="{transparency}">
|
||||
<drawimage imagetype="skinpart" path="displayreplayback" x="0" y="0" width="100%" height="100%"/>
|
||||
</area>
|
||||
<area x="1%" y="74%" width="98%" height="25%" layer="7">
|
||||
@@ -204,14 +204,14 @@
|
||||
{error} true if message is a error message
|
||||
-->
|
||||
<message>
|
||||
<area x="5%" y="58%" width="90%" height="15%" layer="6">
|
||||
<area x="5%" y="88%" width="90%" height="10%" layer="6">
|
||||
<drawimage condition="{status}" imagetype="skinpart" path="messageStatus" x="0" y="0" width="100%" height="100%" />
|
||||
<drawimage condition="{info}" imagetype="skinpart" path="messageInfo" x="0" y="0" width="100%" height="100%" />
|
||||
<drawimage condition="{warning}" imagetype="skinpart" path="messageWarning" x="0" y="0" width="100%" height="100%" />
|
||||
<drawimage condition="{error}" imagetype="skinpart" path="messageError" x="0" y="0" width="100%" height="100%" />
|
||||
</area>
|
||||
<area x="5%" y="58%" width="90%" height="15%" layer="7">
|
||||
<drawtext align="center" valign="center" font="{light}" fontsize="40%" color="{clrWhite}" text="{text}" />
|
||||
<area x="5%" y="88%" width="90%" height="10%" layer="7">
|
||||
<drawtext align="center" valign="center" font="{light}" fontsize="50%" color="{clrWhite}" text="{text}" />
|
||||
</area>
|
||||
</message>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user