optimized some weather templates

This commit is contained in:
louis
2015-01-15 14:03:22 +01:00
parent 635078cbd4
commit 9923616f26
3 changed files with 8 additions and 8 deletions

View File

@@ -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>