summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/DialogFullScreenInfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estuary/xml/DialogFullScreenInfo.xml')
-rw-r--r--addons/skin.estuary/xml/DialogFullScreenInfo.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogFullScreenInfo.xml b/addons/skin.estuary/xml/DialogFullScreenInfo.xml
new file mode 100644
index 0000000..7a0bed7
--- /dev/null
+++ b/addons/skin.estuary/xml/DialogFullScreenInfo.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol always="true">999</defaultcontrol>
+ <controls>
+ <control type="button" id="999">
+ <left>0</left>
+ <top>0</top>
+ <width>100%</width>
+ <height>100%</height>
+ <texturefocus />
+ <texturenofocus />
+ <onright>StepForward</onright>
+ <onleft>StepBack</onleft>
+ <onup>ChapterOrBigStepForward</onup>
+ <ondown>ChapterOrBigStepBack</ondown>
+ <onclick>OSD</onclick>
+ </control>
+ </controls>
+</window>