diff options
Diffstat (limited to 'addons/skin.confluence/720p/FileManager.xml')
-rw-r--r-- | addons/skin.confluence/720p/FileManager.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/FileManager.xml b/addons/skin.confluence/720p/FileManager.xml index de9c18f57b..53a4487155 100644 --- a/addons/skin.confluence/720p/FileManager.xml +++ b/addons/skin.confluence/720p/FileManager.xml @@ -12,7 +12,15 @@ <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation> <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation> </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> |