Changed: Use info view for addons and don't show movie poster view for addons

This commit is contained in:
JezzX 2011-06-01 16:03:05 +10:00
parent b9afc261c1
commit b4c27a38b8
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<onright>60</onright> <onright>60</onright>
<onup>550</onup> <onup>550</onup>
<ondown>550</ondown> <ondown>550</ondown>
<viewtype label="544">list</viewtype> <viewtype label="544">info</viewtype>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<visible>Window.IsVisible(AddonBrowser) | Container.Content(addons)</visible> <visible>Window.IsVisible(AddonBrowser) | Container.Content(addons)</visible>

View File

@ -192,7 +192,7 @@
<ondown>61</ondown> <ondown>61</ondown>
<usecontrolcoords>true</usecontrolcoords> <usecontrolcoords>true</usecontrolcoords>
<control type="fixedlist" id="57"> <control type="fixedlist" id="57">
<visible>!Container.Content(Episodes) + !Container.Content(MusicVideos) + !Container.Content(TVShows)</visible> <visible>!Container.Content(Episodes) + !Container.Content(MusicVideos) + !Container.Content(TVShows) + !Container.Content(Addons)</visible>
<posx>-60</posx> <posx>-60</posx>
<posy>0</posy> <posy>0</posy>
<width>1090</width> <width>1090</width>