diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-03-27 15:41:57 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-04-25 09:50:26 +1000 |
commit | 77adbcab24b295adfc85705bf8170ed556887f1b (patch) | |
tree | a8d13a82fda6826aadef85f0c433360641e6a428 /addons/skin.confluence/720p/custom_SkinSetting_1111.xml | |
parent | 382ad2d8b2168d76976f5dbd540a83ca30aadaed (diff) |
Changed: [Confluence] gave each window a proper header icon
Diffstat (limited to 'addons/skin.confluence/720p/custom_SkinSetting_1111.xml')
-rw-r--r-- | addons/skin.confluence/720p/custom_SkinSetting_1111.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml index eab1dd2ee4..bab41c2471 100644 --- a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml +++ b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml @@ -10,7 +10,15 @@ <texture>floor.png</texture> <include>VisibleFadeEffect</include> </control> - <include>WindowTitleHomeButton</include> + <control type="image"> + <description>Section header image</description> + <posx>20</posx> + <posy>3</posy> + <width>35</width> + <height>35</height> + <aspectratio>keep</aspectratio> + <texture>icon_system.png</texture> + </control> <control type="grouplist"> <posx>65</posx> <posy>5</posy> |