From: Erwan Tulou Date: Sat, 22 Jun 2013 13:48:31 +0000 (+0200) Subject: skins2: update documentation for xoffset/yoffset X-Git-Tag: 2.1.0-git~42 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d15b308ea7f784f6be301e1742a48b359107f0eb;p=vlc skins2: update documentation for xoffset/yoffset --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 89a9132a46..1db076ca44 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -505,12 +505,12 @@ difficulty to understand how VLC skins work. xoffset - Coupled with position and xmargin, this parameter moves the widget horizontally by this offset from the position computed above. + 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 Default value: 0 yoffset - Coupled with position and ymargin, this parameter moves the widget vertically by this offset from the position computed above. + 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 Default value: 0