# HG changeset patch
# User ib
# Date 1302859440 0
# Node ID 29c59e557575b06a48b749629c53bc77bc61ed74
# Parent b86ea534cfc7c6f8fabef9b2a3242aa2c57d122a
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.
diff -r b86ea534cfc7 -r 29c59e557575 DOCS/xml/de/skin.xml
--- 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 @@
main,
main.png,
main.PNG
- zu laden.
+ zu laden, und zentriert sie.
diff -r b86ea534cfc7 -r 29c59e557575 DOCS/xml/en/skin.xml
--- 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 @@
-Here is an example to make this clear. Suppose that you have an image called
-main.png that you use for the main window:
-base = main, -1, -1
-MPlayer tries to load main,
-main.png, main.PNG files.
-
-
-
Finally some words about positioning. The main window and the subwindow can be
placed in the different corners of the screen by giving X
and Y coordinates. 0 is top or left,
@@ -292,6 +284,14 @@
+
+Here is an example to make this clear. Suppose that you have an image called
+main.png that you use for the main window:
+base = main, -1, -1
+MPlayer tries to load main,
+main.png, main.PNG files and centers it.
+
+