diff options
author | theuni <theuni@svn> | 2010-10-13 03:56:28 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-10-13 03:56:28 +0000 |
commit | 84b14f001a17a82b7db776b92156673479648483 (patch) | |
tree | bb4b1e4bd5c80323b3f04162a491bdfe3521db1c | |
parent | ac3452082b0d4d3ba9f4a5aa4c8706cd2c54fb10 (diff) |
Changed: [Confluence] Removed the ratings from the add-on section since its not going to work for dharma and may confuse people
(cherry picked from commit 709bdecd25fe937c1fb0901ef1839c763d21551f)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34729 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | addons/skin.confluence/720p/DialogAddonInfo.xml | 8 | ||||
-rw-r--r-- | addons/skin.confluence/720p/ViewsAddonBrowser.xml | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/addons/skin.confluence/720p/DialogAddonInfo.xml b/addons/skin.confluence/720p/DialogAddonInfo.xml index a5132b4c19..deaee46cb7 100644 --- a/addons/skin.confluence/720p/DialogAddonInfo.xml +++ b/addons/skin.confluence/720p/DialogAddonInfo.xml @@ -160,7 +160,7 @@ <font>font13</font>
<scroll>true</scroll>
</control>
- <control type="label">
+ <!-- control type="label">
<description>Rating txt</description>
<posx>150</posx>
<posy>90</posy>
@@ -179,11 +179,11 @@ <width>160</width>
<height>32</height>
<texture>LeftRating/$INFO[ListItem.Property(Addon.StarRating)]</texture>
- </control>
+ </control -->
<control type="label">
<description>Summary txt</description>
<posx>150</posx>
- <posy>120</posy>
+ <posy>90</posy>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[20037]:</label>
@@ -195,7 +195,7 @@ <control type="fadelabel">
<description>Summary Value</description>
<posx>160</posx>
- <posy>120</posy>
+ <posy>90</posy>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.Property(Addon.Summary)]</label>
diff --git a/addons/skin.confluence/720p/ViewsAddonBrowser.xml b/addons/skin.confluence/720p/ViewsAddonBrowser.xml index 0480e2ab4d..613fec9109 100644 --- a/addons/skin.confluence/720p/ViewsAddonBrowser.xml +++ b/addons/skin.confluence/720p/ViewsAddonBrowser.xml @@ -153,7 +153,7 @@ <bordersize>8</bordersize>
</control>
<control type="group">
- <posy>280</posy>
+ <posy>290</posy>
<control type="label">
<description>Type txt</description>
<posx>150</posx>
@@ -226,7 +226,7 @@ <font>font13</font>
<scroll>true</scroll>
</control>
- <control type="label">
+ <!-- control type="label">
<description>Rating txt</description>
<posx>150</posx>
<posy>90</posy>
@@ -245,10 +245,10 @@ <width>160</width>
<height>32</height>
<texture>LeftRating/$INFO[ListItem.Property(Addon.StarRating)]</texture>
- </control>
+ </control -->
<control type="image">
<posx>0</posx>
- <posy>130</posy>
+ <posy>120</posy>
<width>550</width>
<height>4</height>
<texture>separator.png</texture>
@@ -256,9 +256,9 @@ <control type="textbox">
<description>Description</description>
<posx>0</posx>
- <posy>140</posy>
+ <posy>130</posy>
<width>600</width>
- <height>190</height>
+ <height>200</height>
<font>font12</font>
<align>-</align>
<textcolor>white</textcolor>
|