Updated [PM3.HD] Added the show notifications button to the Addon browser

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@252 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-12-20 03:07:24 +00:00
parent f16a78daad
commit e53f4bd60f

View File

@ -54,7 +54,7 @@
<ondown>5</ondown> <ondown>5</ondown>
</control> </control>
<control type="radiobutton" id="5"> <control type="radiobutton" id="5">
<description>View As button</description> <description>Auto Update button</description>
<posx>0</posx> <posx>0</posx>
<posy>90</posy> <posy>90</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
@ -62,11 +62,22 @@
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>3</onup> <onup>3</onup>
<ondown>6</ondown>
</control>
<control type="radiobutton" id="6">
<description>Auto Update button</description>
<posx>0</posx>
<posy>135</posy>
<include>ButtonCommonValues</include>
<label>25000</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>5</onup>
<ondown>610</ondown> <ondown>610</ondown>
</control> </control>
<control type="button" id="610"> <control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description> <description>Fake Button to fix Player Controls Navigation</description>
<onup>5</onup> <onup>6</onup>
<ondown>603</ondown> <ondown>603</ondown>
<visible>false</visible> <visible>false</visible>
</control> </control>