Fixed: [PM3.HD] Ratings stars for addons

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@79 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-07-20 01:00:35 +00:00
parent 3d4d76f0f6
commit dbbea22330
2 changed files with 8 additions and 8 deletions

View File

@ -152,11 +152,11 @@
</control> </control>
<control type="image"> <control type="image">
<description>Rating value</description> <description>Rating value</description>
<posx>160</posx> <posx>155</posx>
<posy>90</posy> <posy>90</posy>
<width>160</width> <width>125</width>
<height>32</height> <height>25</height>
<texture>LeftRating/$INFO[ListItem.Property(Addon.Rating)]</texture> <texture>$INFO[ListItem.Property(Addon.StarRating)]</texture>
</control> </control>
<control type="label"> <control type="label">
<description>Summary txt</description> <description>Summary txt</description>

View File

@ -129,7 +129,7 @@
<description>Rating txt</description> <description>Rating txt</description>
<posx>0</posx> <posx>0</posx>
<posy>330</posy> <posy>330</posy>
<width>120</width> <width>90</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[563]:</label> <label>$LOCALIZE[563]:</label>
<align>left</align> <align>left</align>
@ -139,11 +139,11 @@
</control> </control>
<control type="image"> <control type="image">
<description>Rating value</description> <description>Rating value</description>
<posx>120</posx> <posx>90</posx>
<posy>330</posy> <posy>325</posy>
<width>160</width> <width>160</width>
<height>32</height> <height>32</height>
<texture>$INFO[ListItem.Property(Addon.Rating)]</texture> <texture>$INFO[ListItem.Property(Addon.StarRating)]</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>