diff options
Diffstat (limited to 'addons/skin.estouchy/xml/VideoOSD.xml')
-rw-r--r-- | addons/skin.estouchy/xml/VideoOSD.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/VideoOSD.xml b/addons/skin.estouchy/xml/VideoOSD.xml new file mode 100644 index 0000000..9aec7ae --- /dev/null +++ b/addons/skin.estouchy/xml/VideoOSD.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="group"> + <include>PlayerControlCommons</include> + </control> + </controls> +</window> |