changeset 33174:29c59e557575

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.
author ib
date Fri, 15 Apr 2011 09:24:00 +0000
parents b86ea534cfc7
children da4608a8c4df
files DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/de/skin.xml	Fri Apr 15 07:48:41 2011 +0000
+++ b/DOCS/xml/de/skin.xml	Fri Apr 15 09:24:00 2011 +0000
@@ -340,7 +340,7 @@
       <filename>main</filename>,
       <filename>main.png</filename>,
       <filename>main.PNG</filename>
-      zu laden.
+      zu laden, und zentriert sie.
     </para>
 
 
--- a/DOCS/xml/en/skin.xml	Fri Apr 15 07:48:41 2011 +0000
+++ b/DOCS/xml/en/skin.xml	Fri Apr 15 09:24:00 2011 +0000
@@ -266,14 +266,6 @@
 </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 @@
 </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">