diff options
Diffstat (limited to 'addons/skin.estuary/1080i/FileManager.xml')
-rw-r--r-- | addons/skin.estuary/1080i/FileManager.xml | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/addons/skin.estuary/1080i/FileManager.xml b/addons/skin.estuary/1080i/FileManager.xml index 45fe5232c8..548b0cf80b 100644 --- a/addons/skin.estuary/1080i/FileManager.xml +++ b/addons/skin.estuary/1080i/FileManager.xml @@ -4,24 +4,12 @@ <controls> <include>DefaultBackground</include> <control type="image"> + <description>Dialog Header image</description> <left>926</left> <top>495</top> <width>68</width> <height>68</height> - <texture colordiffuse="button_focus">icons/file-manager/left-right.png</texture> - <animation effect="fade" start="0" end="100" time="300" delay="100">WindowOpen</animation> - <animation effect="fade" start="100" end="0" time="160">WindowClose</animation> - </control> - <control type="image"> - <left>836</left> - <top>580</top> - <width>250</width> - <height>330</height> - <fadetime>200</fadetime> - <texture>$VAR[FileManagerImageVar]</texture> - <bordertexture border="20">overlays/shadow.png</bordertexture> - <bordersize>20</bordersize> - <aspectratio aligny="bottom">keep</aspectratio> + <texture colordiffuse="button_focus" border="2">icons/file-manager/left-right.png</texture> <animation effect="fade" start="0" end="100" time="300" delay="100">WindowOpen</animation> <animation effect="fade" start="100" end="0" time="160">WindowClose</animation> </control> @@ -36,13 +24,13 @@ <param name="scrollbar_id" value="60" /> <param name="onleft_id" value="21" /> <param name="onright_id" value="21" /> - <param name="width" value="700" /> - <param name="bg_width" value="740" /> + <param name="width" value="800" /> + <param name="bg_width" value="840" /> <param name="header_haspath" value="true" /> </include> </control> <control type="group"> - <left>1120</left> + <left>1020</left> <top>190</top> <include>OpenClose_Right</include> <include name="FileManagerPanel"> @@ -52,8 +40,8 @@ <param name="scrollbar_id" value="61" /> <param name="onleft_id" value="60" /> <param name="onright_id" value="20" /> - <param name="width" value="700" /> - <param name="bg_width" value="740" /> + <param name="width" value="800" /> + <param name="bg_width" value="840" /> <param name="header_haspath" value="true" /> </include> </control> |