mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
implemented horizontal menus
This commit is contained in:
@@ -70,22 +70,7 @@
|
||||
<drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{clrWhite}" />
|
||||
</area>
|
||||
</scrollbar>
|
||||
<!-- Available Variables in detailheader and tab:
|
||||
{menuheader} "Preview: Skin <skinname>"
|
||||
{skinname} name of skin
|
||||
{author} skin author
|
||||
|
||||
{fonts[]} array with fonts used by skin
|
||||
{fonts[name]} name of font
|
||||
{fonts[installed]} true if font is installed on system
|
||||
|
||||
{plugins[]} array with plugins supported by skin
|
||||
{plugins[name]} name of plugin
|
||||
|
||||
{screenshots[]} array with screenshots
|
||||
{screenshots[desc]} description of screenshot
|
||||
{screenshots[path]} screenshot path
|
||||
-->
|
||||
|
||||
<detailheader>
|
||||
<area x="0" y="0" width="100%" height="20%" layer="2">
|
||||
<fill color="{clrTransBlueLight}" />
|
||||
|
||||
Reference in New Issue
Block a user