diff options
author | XODIDOX <xodidox@gmail.com> | 2023-10-22 21:45:47 -0400 |
---|---|---|
committer | XODIDOX <xodidox@gmail.com> | 2023-11-22 06:45:13 -0500 |
commit | f2ab7a1ed81d8f9632537f1d7b197f2be7121966 (patch) | |
tree | 6d942d67b505af53fb89e6434431f8d8796517d0 /addons/skin.estuary/xml/Includes_Buttons.xml | |
parent | 029f25e2b6e10135f741b60769f85d06de9b0879 (diff) |
Added Video Versions feature
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Buttons.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_Buttons.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_Buttons.xml b/addons/skin.estuary/xml/Includes_Buttons.xml index 167dc2e6aa..46776fa312 100644 --- a/addons/skin.estuary/xml/Includes_Buttons.xml +++ b/addons/skin.estuary/xml/Includes_Buttons.xml @@ -346,4 +346,22 @@ </control> </focusedlayout> </include> + <include name="VideoVersionDialogButton"> + <param name="width">264</param> + <param name="height">120</param> + <definition> + <control type="button" id="$PARAM[id]"> + <width>$PARAM[width]</width> + <height>$PARAM[height]</height> + <align>center</align> + <texturefocus border="21" colordiffuse="button_focus">buttons/button-fo.png</texturefocus> + <texturenofocus border="21">buttons/button-nofo.png</texturenofocus> + <textoffsetx>22</textoffsetx> + <textoffsety>78</textoffsety> + <font>font13</font> + <label>$PARAM[label]</label> + <animation effect="fade" start="100" end="0" time="300" delay="300">Hidden</animation> + </control> + </definition> + </include> </includes> |