diff options
author | da-anda <da-anda@xbmc.org> | 2015-09-27 21:19:31 +0200 |
---|---|---|
committer | da-anda <da-anda@xbmc.org> | 2015-10-04 19:51:34 +0200 |
commit | e675ff2858122932855c1f954baa5928dcee627a (patch) | |
tree | ed5f7a09223c433a84a348ce9d16b7c8a5c8fe6a /addons/skin.confluence/720p/SkinSettings.xml | |
parent | ceef83676666752cc8d3338e9a81242049a24c78 (diff) |
[Confluence] use include for common window header
Diffstat (limited to 'addons/skin.confluence/720p/SkinSettings.xml')
-rw-r--r-- | addons/skin.confluence/720p/SkinSettings.xml | 32 |
1 files changed, 4 insertions, 28 deletions
diff --git a/addons/skin.confluence/720p/SkinSettings.xml b/addons/skin.confluence/720p/SkinSettings.xml index e2e193d560..094aafae33 100644 --- a/addons/skin.confluence/720p/SkinSettings.xml +++ b/addons/skin.confluence/720p/SkinSettings.xml @@ -11,33 +11,10 @@ <texture>floor.png</texture> <include>VisibleFadeEffect</include> </control> - <control type="image"> - <description>Section header image</description> - <left>20</left> - <top>3</top> - <width>35</width> - <height>35</height> - <aspectratio>keep</aspectratio> - <texture>icon_system.png</texture> - </control> - <control type="grouplist"> - <left>65</left> - <top>5</top> - <width>1000</width> - <height>30</height> - <orientation>horizontal</orientation> - <align>left</align> - <itemgap>5</itemgap> - <control type="label"> - <include>WindowTitleCommons</include> - <label>$LOCALIZE[20077]</label> - </control> - <control type="label"> - <include>WindowTitleCommons</include> - <label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label> - <visible>!IsEmpty(Container.FolderName)</visible> - </control> - </control> + <include name="CommonWindowHeader"> + <param name="Icon" value="icon_system" /> + <param name="Label" value="$LOCALIZE[20077]" /> + </include> <control type="group"> <left>90</left> <top>30</top> @@ -1049,6 +1026,5 @@ <include>CommonNowPlaying</include> <include>MainWindowMouseButtons</include> <include>BehindDialogFadeOut</include> - <include>Clock</include> </controls> </window> |