[vlc-commits] skins2: update documentation for xoffset/yoffset

Erwan Tulou git at videolan.org
Sat Jun 22 15:53:32 CEST 2013


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Sat Jun 22 15:48:31 2013 +0200| [d15b308ea7f784f6be301e1742a48b359107f0eb] | committer: Erwan Tulou

skins2: update documentation for xoffset/yoffset

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d15b308ea7f784f6be301e1742a48b359107f0eb
---

 doc/skins/skins2-howto.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml
index 89a9132..1db076c 100644
--- a/doc/skins/skins2-howto.xml
+++ b/doc/skins/skins2-howto.xml
@@ -505,12 +505,12 @@ difficulty to understand how VLC skins work.</para>
   </sect3>
   <sect3 id="xoffset">
     <title>xoffset</title>
-    <para>Coupled with position and xmargin, this parameter moves the widget horizontally by this offset from the position computed above.</para>
+    <para>Coupled with position and xmargin, this parameter moves the widget horizontally by this offset from the position computed above. From VLC2.1.0 on, xoffset can directly be used without position, in which case percentage is computed against the current object instead of the upper container</para>
     <para>Default value: 0</para>
   </sect3>
   <sect3 id="yoffset">
     <title>yoffset</title>
-    <para>Coupled with position and ymargin, this parameter moves the widget vertically by this offset from the position computed above.</para>
+    <para>Coupled with position and ymargin, this parameter moves the widget vertically by this offset from the position computed above. From VLC2.1.0 on, yoffset can directly be used without position, in which case percentage is computed against the current object instead of the upper container</para>
     <para>Default value: 0</para>
   </sect3>
 </sect2>



More information about the vlc-commits mailing list