From a87784fab19e520f0b53b15b3bd93079c3670fca Mon Sep 17 00:00:00 2001 From: Erwan Tulou Date: Sat, 22 Jun 2013 15:41:18 +0200 Subject: [PATCH] skins2: fix documentation wrt to xoffset, yoffset, xmargin, ymargin --- doc/skins/skins2-howto.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 4f70d9096e..89a9132a46 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -493,24 +493,24 @@ difficulty to understand how VLC skins work. Relative placement of windows or widget within their respective container(screen for windows, layout or panel for widgets). This placement is given with a geographical qualifier. Possible values are "Center", "North", "NorthWest", ....The skin engine computes the size of the element (from the width and height parameters) then places it at the center or sticks it to a given border depending on the geographical qualifer. Default value: -1(N/A) - - x-margin - Coupled with position, x-margin allows for a horizontal margin instead of just sticking to the border. It can be given in pixels or in percentage of the width of the container. + + xmargin + Coupled with position, xmargin allows for a horizontal margin instead of just sticking to the border. It can be given in pixels or in percentage of the width of the container. Default value: 0 - - y-margin - Coupled with position, y-margin allows for a vertical margin instead of just sticking to the border. It can be given in pixels or in percentage of the height of the container. + + ymargin + Coupled with position, ymargin allows for a vertical margin instead of just sticking to the border. It can be given in pixels or in percentage of the height of the container. Default value: 0 - - x-offset - Coupled with position and x-margin, this parameter moves the widget horizontally by this offset from the position computed above. + + xoffset + Coupled with position and xmargin, this parameter moves the widget horizontally by this offset from the position computed above. Default value: 0 - - y-offset - Coupled with position and y-margin, this parameter moves the widget vertically by this offset from the position computed above. + + yoffset + Coupled with position and ymargin, this parameter moves the widget vertically by this offset from the position computed above. Default value: 0 -- 2.39.5