diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-10-10 05:51:52 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-10-10 05:51:52 +0000 |
| commit | ddf33db8c4389582dfb99e80d56b82d2226eb9d4 (patch) | |
| tree | 088b0478a3733c9aba51ad3cf52d942c1435cd5d /manual/appendix | |
| parent | 1b89d588e108176400d3d9756a9627726f1038ce (diff) | |
| download | rockbox-ddf33db8c4389582dfb99e80d56b82d2226eb9d4.zip rockbox-ddf33db8c4389582dfb99e80d56b82d2226eb9d4.tar.gz rockbox-ddf33db8c4389582dfb99e80d56b82d2226eb9d4.tar.bz2 rockbox-ddf33db8c4389582dfb99e80d56b82d2226eb9d4.tar.xz | |
Update the manual for r12321: the progressbar's y position is customisable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15063 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index af4018d..ec86718 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -85,7 +85,7 @@ Example for the \config{\%dN} commands: If the path is & This will replace the entire line with a progress bar. \\ & You can set the height, position and width of the progressbar % (in pixels): \config{\%pb{\textbar}height{\textbar}leftpos% - {\textbar}rightpos{\textbar}}} \\ + {\textbar}rightpos{\textbar}toppos{\textbar}}} \\ \opt{player}{% \config{\%pf} & Full-line progress bar \& time display\\ }% |