mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
changed skin handling and added themes support for skins
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
|
||||
<scrollbar>
|
||||
<area x="30%" y="11%" width="2%" height="78%" layer="2">
|
||||
<fill color="{clrDarkBlue}" />
|
||||
<fill color="{clrBorder}" />
|
||||
<drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
|
||||
<drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{clrDarkGreen}" />
|
||||
<drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{clrProgressbar}" />
|
||||
</area>
|
||||
</scrollbar>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<discusage>
|
||||
<area x="89%" y="11%" width="10%" height="16%" layer="1">
|
||||
<fill condition="lt({freepercent}, 6)" color="{clrTransRed}" />
|
||||
<fill condition="gt({freepercent}, 5)" color="{clrDarkBlue}" />
|
||||
<fill condition="gt({freepercent}, 5)" color="{clrBackground}" />
|
||||
<drawimage imagetype="skinpart" path="discpercent" x="0" y="82%" width="{areawidth}" height="18%"/>
|
||||
</area>
|
||||
<area x="89%" y="11%" width="10%" height="16%" layer="2">
|
||||
|
||||
Reference in New Issue
Block a user