diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-10-05 23:46:39 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-10-05 23:46:39 +0200 |
commit | 2e9a6959b66722272373c808663b00d70c56fa30 (patch) | |
tree | b72b22d91023f2dc3f126204472c38d52d2264e4 /Docs | |
parent | c45807f8f7d5675ed189676117110b2e978c1da0 (diff) | |
download | vdr-plugin-text2skin-2e9a6959b66722272373c808663b00d70c56fa30.tar.gz vdr-plugin-text2skin-2e9a6959b66722272373c808663b00d70c56fa30.tar.bz2 |
Added documentation of the new absolute modes: abs1280x720, abs1920x1080
Diffstat (limited to 'Docs')
-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"?> |