diff options
Diffstat (limited to 'addons/skin.confluence/720p/MyPrograms.xml')
-rw-r--r-- | addons/skin.confluence/720p/MyPrograms.xml | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/addons/skin.confluence/720p/MyPrograms.xml b/addons/skin.confluence/720p/MyPrograms.xml index c17a7142be..ad5dee1fdd 100644 --- a/addons/skin.confluence/720p/MyPrograms.xml +++ b/addons/skin.confluence/720p/MyPrograms.xml @@ -4,7 +4,6 @@ <views>50,51,500,550,551</views> <controls> <include>CommonBackground</include> - <include>CommonMediaPlayingBackground</include> <include>ContentPanelBackgrounds</include> <control type="group"> <include>Window_OpenClose_Animation</include> @@ -18,6 +17,25 @@ <include>CommonNowPlaying</include> <include>BehindDialogFadeOut</include> <include>ScrollOffsetLabel</include> + <include>WindowTitleHomeButton</include> + <control type="grouplist"> + <posx>65</posx> + <posy>5</posy> + <width>1000</width> + <height>30</height> + <orientation>horizontal</orientation> + <align>left</align> + <itemgap>5</itemgap> + <control type="label"> + <include>WindowTitleCommons</include> + <label>$LOCALIZE[0]</label> + </control> + <control type="label"> + <include>WindowTitleCommons</include> + <label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label> + <visible>!IsEmpty(Container.FolderName)</visible> + </control> + </control> <control type="group"> <posx>-250</posx> <include>SideBladeLeft</include> @@ -70,25 +88,6 @@ <include>CommonNowPlaying_Controls</include> </control> </control> - <control type="group"> - <posx>60</posx> - <posy>0</posy> - <animation effect="slide" end="-370,0" time="400" tween="quadratic" easing="out">WindowClose</animation> - <animation effect="slide" start="-370,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <control type="image"> - <posx>0</posx> - <posy>0</posy> - <width>250</width> - <height>35</height> - <texture border="0,0,32,0">header.png</texture> - </control> - <control type="label"> - <include>WindowTitleCommons</include> - <posx>220</posx> - <label>$LOCALIZE[0]</label> - </control> - </control> - <include>WindowTitleHomeButton</include> <include>Clock</include> </controls> </window> |