]> git.sesse.net Git - vlc/commitdiff
* doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC...
authorOlivier Teulière <ipkiss@videolan.org>
Sun, 13 Aug 2006 12:34:37 +0000 (12:34 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sun, 13 Aug 2006 12:34:37 +0000 (12:34 +0000)
doc/skins/skins2-howto.xml

index f8e25c3fe0847c3784c5c742a1abd283ac6f6a51..396a77ba7db880307b4ebbe9939603a498ab3ad5 100644 (file)
@@ -440,13 +440,13 @@ difficulty to understand how VLC skins work.</para>
   <sect3 id="xkeepratio">
     <title>xkeepratio</title>
     <para>When set to true, the behaviour of the horizontal resizing is changed. Instead of taking into account the <link linkend="lefttop">lefttop</link> and <link linkend="rightbottom">rightbottom</link> attributes to determine how the control will be moved/resized, only its initial position inside the <link linkend="Layout">Layout</link> matters. For example, if initially the space to the left of the control is twice as big as the one to its right, this will stay the same during any horizontal resizing. The width of the control stays constant.</para>
-    <para>This attribute can be particularly useful to keep a control centered in the layout, without resizing it (to resize it, you would rather use the lefttop/rightbottom attributes).</para>
+    <para>This attribute can be particularly useful to keep a control centered in the layout, without resizing it (to resize it, you would rather use the lefttop/rightbottom attributes). Available since VLC 0.8.6.</para>
     <para>Default value: false</para>
   </sect3>
   <sect3 id="ykeepratio">
     <title>ykeepratio</title>
     <para>When set to true, the behaviour of the vertical resizing is changed. Instead of taking into account the <link linkend="lefttop">lefttop</link> and <link linkend="rightbottom">rightbottom</link> attributes to determine how the control will be moved/resized, only its initial position inside the <link linkend="Layout">Layout</link> matters. For example, if initially the space to the top of the control is twice as big as the one to its bottom, this will stay the same during any vertical resizing. The height of the control stays constant.</para>
-    <para>This attribute can be particularly useful to keep a control centered in the layout, without resizing it (to resize it, you would rather use the lefttop/rightbottom attributes).</para>
+    <para>This attribute can be particularly useful to keep a control centered in the layout, without resizing it (to resize it, you would rather use the lefttop/rightbottom attributes). Available since VLC 0.8.6.</para>
     <para>Default value: false</para>
   </sect3>
   <sect3 id="help">