diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-08-19 12:36:40 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-08-19 12:36:40 +0000 |
| commit | 07d0bfd1016f589ddfd5307775ddda3437d04c6f (patch) | |
| tree | f10ddef1b9d2b213ace5796936f3e0aace43552e /manual | |
| parent | 3943ab07502b51604a5813088ace8ae6e00cb764 (diff) | |
| download | rockbox-07d0bfd1016f589ddfd5307775ddda3437d04c6f.zip rockbox-07d0bfd1016f589ddfd5307775ddda3437d04c6f.tar.gz rockbox-07d0bfd1016f589ddfd5307775ddda3437d04c6f.tar.bz2 rockbox-07d0bfd1016f589ddfd5307775ddda3437d04c6f.tar.xz | |
Combine the settings for scrollbar on/off and its position into one with three possible values
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22425 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/appendix/config_file_options.tex | 3 | ||||
| -rw-r--r-- | manual/configure_rockbox/display_options.tex | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 4e4ae3f..3ac20bb 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -234,8 +234,7 @@ \opt{remote}{ remote statusbar & off, top, bottom & N/A\\ } - scrollbar & on, off & N/A\\ - scrollbar pos & left, right & N/A\\ + scrollbar & off, left, right & N/A\\ scrollbar width & 3 to LCD width / 10 (\fixme{devise a way to get ranges from config-*.h})& pixels\\ volume display diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 300dbcd..7468025 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -196,11 +196,10 @@ \item[Status/Scrollbar:] Settings related to on screen status display and the scrollbar. \begin{description} - \item[Scroll Bar:] Enables or disables the vertical scroll bar. + \item[Scroll Bar:] Allows you to choose where the vertical scroll bar + should appear. \item[Scroll Bar Width:] Allows you to choose the width of the scroll bar (in pixels). Default value is 6. - \item[Scroll Bar Position:] Allows you to choose where the scroll bar - should appear. \item[Status Bar:] Allows you to choose where to display the statusbar\opt{remote}{ on the main display}. \opt{remote}{ |