diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogContextMenu.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogContextMenu.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogContextMenu.xml b/addons/skin.estuary/xml/DialogContextMenu.xml new file mode 100644 index 0000000000..a170746c7a --- /dev/null +++ b/addons/skin.estuary/xml/DialogContextMenu.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>996</defaultcontrol> + <include>Animation_DialogPopupOpenClose</include> + <coordinates> + <left>0</left> + <top>0</top> + <origin x="735" y="400">Window.IsActive(Home)</origin> + </coordinates> + <controls> + <control type="image"> + <left>-1920</left> + <top>-1080</top> + <width>5760</width> + <height>3240</height> + <animation effect="fade" start="0" end="100" time="300">WindowOpen</animation> + <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> + <texture colordiffuse="B0FFFFFF">colors/black.png</texture> + </control> + <control type="button"> + <left>-1920</left> + <top>-1080</top> + <width>5760</width> + <height>3240</height> + <texturefocus></texturefocus> + <texturenofocus></texturenofocus> + <onclick>Action(close)</onclick> + </control> + <control type="image" id="999"> + <description>background image</description> + <left>0</left> + <top>10</top> + <width>450</width> + <height>820</height> + <texture colordiffuse="dialog_tint">colors/white.png</texture> + </control> + <control type="grouplist" id="996"> + <description>grouplist for context buttons</description> + <left>0</left> + <top>30</top> + <width>450</width> + <height max="780">auto</height> + <usecontrolcoords>true</usecontrolcoords> + </control> + <control type="button" id="1000"> + <description>button template</description> + <left>2</left> + <top></top> + <width>446</width> + <height>65</height> + <align>center</align> + <texturefocus colordiffuse="button_focus">lists/focus.png</texturefocus> + <texturenofocus></texturenofocus> + </control> + <include content="UpDownArrows"> + <param name="container_id" value="996" /> + <param name="posx" value="201" /> + <param name="up_posy" value="-30" /> + <param name="down_posy" value="850" /> + </include> + </controls> +</window> |