Author: ib Date: Fri Apr 15 11:24:00 2011 New Revision: 33261 Log: Revise skin documentation.
Move example behind positioning explanation (this was already the case in the German translation) and add explanation on X and Y parameters. Modified: trunk/DOCS/xml/en/skin.xml Changes in other areas also in this revision: Modified: trunk/DOCS/xml/de/skin.xml Modified: trunk/DOCS/xml/en/skin.xml ============================================================================== --- trunk/DOCS/xml/en/skin.xml Fri Apr 15 09:48:41 2011 (r33260) +++ trunk/DOCS/xml/en/skin.xml Fri Apr 15 11:24:00 2011 (r33261) @@ -266,14 +266,6 @@ and <literal>PNG</literal> are tried for </para> <para> -Here is an example to make this clear. Suppose that you have an image called -<filename>main.png</filename> that you use for the main window: -<programlisting>base = main, -1, -1</programlisting> -<application>MPlayer</application> tries to load <filename>main</filename>, -<filename>main.png</filename>, <filename>main.PNG</filename> files. -</para> - -<para> Finally some words about positioning. The main window and the subwindow can be placed in the different corners of the screen by giving <literal>X</literal> and <literal>Y</literal> coordinates. <literal>0</literal> is top or left, @@ -292,6 +284,14 @@ shown in this illustration: </informalfigure> </para> +<para> +Here is an example to make this clear. Suppose that you have an image called +<filename>main.png</filename> that you use for the main window: +<programlisting>base = main, -1, -1</programlisting> +<application>MPlayer</application> tries to load <filename>main</filename>, +<filename>main.png</filename>, <filename>main.PNG</filename> files and centers it. +</para> + <!-- ********** --> <sect2 id="skin-file-main"> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
