mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
22 lines
973 B
XML
22 lines
973 B
XML
<menudetailedtext x="0" y="0" width="100%" height="100%" fadetime="0">
|
|
|
|
<background>
|
|
<area x="0" y="0" width="100%" height="100%" layer="1">
|
|
<drawimage imagetype="skinpart" x="0" y="0" width="100%" height="100%" path="background_menu" />
|
|
</area>
|
|
<area x="2%" y="10%" width="96%" height="80%" layer="2">
|
|
<fill color="{menuback}" />
|
|
</area>
|
|
</background>
|
|
|
|
<scrollbar>
|
|
<area x="97%" y="11%" width="{areawidth}*0.01" height="78%" layer="3">
|
|
<drawrectangle x="0" y="{areaheight} * {offset} / 1000" width="100%" height="{areaheight} * {height} / 1000" color="{progressbar}" />
|
|
</area>
|
|
</scrollbar>
|
|
|
|
<tab name="text" x="3%" y="11%" width="95%" height="78%" layer="3" scrollheight="{areaheight}/4">
|
|
<drawtextbox x="0" y="0" width="100%" font="{regular}" fontsize="{areaheight}*{detailtextsize}/100" color="{fontdefault}" text="{text}" />
|
|
</tab>
|
|
|
|
</menudetailedtext> |