diff options
-rw-r--r-- | Docs/Reference.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Docs/Reference.txt b/Docs/Reference.txt index 3fd65ce..67178ef 100644 --- a/Docs/Reference.txt +++ b/Docs/Reference.txt @@ -66,10 +66,11 @@ container. ----------------------------------------------------------------------------- | name | NAME | Name to display in the VDR-OSD ----------------------------------------------------------------------------- -| screenBase | * relative | Should the skin be drawn "relative" -| | * absolute | (OSD left, top, width, height) -| | | to the VDR setup or "absolute" to -| | | an area of 720x576 +| screenBase | * relative | Draw the skin relative to the area specified +| | | by the VDR setup (OSD left, top, width, height) +| | * absolute | Draw the skin absolute to an area of 720x576 +| | * abs1280x720 | Draw the skin absolute to an area of 1280x720 +| | * abs1920x1080 | Draw the skin absolute to an area of 1920x1080 ----------------------------------------------------------------------------- <?xml version="1.0"?> |