mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
updated metrixhd
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
|
||||
<volume>
|
||||
<area x="0" y="0" width="100%" height="50%" layer="2">
|
||||
<drawtext x="10" valign="center" font="{light}" fontsize="100%" color="{fontdefault}" text="{tr(volume)}: {volpercent}%" />
|
||||
<drawimage condition="not{mute}" imagetype="icon" path="ico_volume" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/>
|
||||
<drawimage condition="{mute}" imagetype="icon" path="ico_mute" x="{areawidth} - {areaheight} - 5" y="5" width="{areaheight}-5" height="{areaheight}-5"/>
|
||||
<drawtext x="10" valign="center" font="{light}" fontsize="80%" color="{fontdefault}" text="{tr(volume)}: {volpercent}%" />
|
||||
<drawimage condition="not{mute}" imagetype="icon" path="ico_volume" x="{areawidth} - {areaheight} - 10" y="10" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
|
||||
<drawimage condition="{mute}" imagetype="icon" path="ico_mute" x="{areawidth} - {areaheight} - 10" y="10" width="{areaheight}*0.8" height="{areaheight}*0.8"/>
|
||||
</area>
|
||||
<area x="5%" y="60%" width="90%" height="30%" layer="2">
|
||||
<fill color="{menualternate}" />
|
||||
|
||||
Reference in New Issue
Block a user