mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
optimized some weather templates
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<fill color="{clrTransBlack}" />
|
||||
</area>
|
||||
<area condition="{iscurrent}" x="32%" y="2%" width="67%" height="96%" layer="3">
|
||||
<drawimage name="weathericon" imagetype="icon" path="{icon}" x="2%" y="0" width="{areawidth}*0.3" height="{areawidth}*0.3"/>
|
||||
<drawimage name="weathericon" imagetype="icon" path="{icon}" x="2%" y="0" width="{areawidth}*0.2" height="{areawidth}*0.2"/>
|
||||
<drawtext align="right" y="2%" font="{semibold}" fontsize="6%" color="{clrWhite}" text="{city}" />
|
||||
<drawtext align="right" y="8%" font="{vdrOsd}" fontsize="6%" color="{clrWhite}" text="{timestamp}" />
|
||||
<drawtext align="right" y="14%" font="{vdrOsd}" fontsize="12%" color="{clrWhite}" text="{temperature}°C" />
|
||||
@@ -139,4 +139,4 @@
|
||||
</area>
|
||||
</currentelement>
|
||||
</menuitems>
|
||||
</menuplugin>
|
||||
</menuplugin>
|
||||
|
||||
Reference in New Issue
Block a user