diff options
Diffstat (limited to 'addons/skin.estuary/xml/View_53_Shift.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_53_Shift.xml | 57 |
1 files changed, 27 insertions, 30 deletions
diff --git a/addons/skin.estuary/xml/View_53_Shift.xml b/addons/skin.estuary/xml/View_53_Shift.xml index 7b18cfbb27..954ffbe4f2 100644 --- a/addons/skin.estuary/xml/View_53_Shift.xml +++ b/addons/skin.estuary/xml/View_53_Shift.xml @@ -54,7 +54,7 @@ <pagecontrol>5199</pagecontrol> <scrolltime tween="cubic" easing="out">500</scrolltime> <orientation>horizontal</orientation> - <visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(musicvideos) | Container.Content(episodes) | Container.Content(artists) | Container.Content(albums) | Container.Content(mixed) | Container.Content(images) | Container.Content(videos)</visible> + <visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(musicvideos) | Container.Content(artists) | Container.Content(albums) | Container.Content(mixed) | Container.Content(images) | Container.Content(videos)</visible> <onleft>53</onleft> <onup>9000</onup> <ondown>5199</ondown> @@ -91,36 +91,33 @@ </control> </itemlayout> <focusedlayout width="370"> - <control type="group"> + <control type="image"> + <depth>DepthContentPopout</depth> <left>0</left> - <control type="image"> - <depth>DepthContentPopout</depth> - <left>0</left> - <top>90</top> - <width>370</width> - <height>480</height> - <aspectratio aligny="center">keep</aspectratio> - <texture fallback="DefaultVideo.png">$VAR[ShiftThumbVar]</texture> - <bordertexture border="20">overlays/shadow.png</bordertexture> - <bordersize>20</bordersize> - </control> - <control type="textbox"> - <left>20</left> - <top>603</top> - <width>330</width> - <height>105</height> - <align>center</align> - <aligny>center</aligny> - <label>$INFO[ListItem.Label]</label> - <autoscroll time="3000" delay="3000" repeat="3000">True</autoscroll> - </control> - <control type="image"> - <left>169</left> - <top>560</top> - <width>32</width> - <height>32</height> - <texture>$VAR[WallWatchedIconVar]</texture> - </control> + <top>90</top> + <width>370</width> + <height>480</height> + <aspectratio aligny="center">keep</aspectratio> + <texture fallback="DefaultVideo.png">$VAR[ShiftThumbVar]</texture> + <bordertexture border="20">overlays/shadow.png</bordertexture> + <bordersize>20</bordersize> + </control> + <control type="textbox"> + <left>20</left> + <top>603</top> + <width>330</width> + <height>105</height> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + <autoscroll time="3000" delay="3000" repeat="3000">True</autoscroll> + </control> + <control type="image"> + <left>169</left> + <top>560</top> + <width>32</width> + <height>32</height> + <texture>$VAR[WallWatchedIconVar]</texture> </control> </focusedlayout> </control> |