summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-08-18 22:52:29 +0000
committerAlexander Levin <al.le@rockbox.org>2009-08-18 22:52:29 +0000
commitfd0f742cf2e0ce5bbb52b54de91f64dba7f321c0 (patch)
treef46d977d4fded3ba9946c08f96addb578ecb9972
parentae901c2e5040e70fefc053a9a4c2379f917173ce (diff)
downloadrockbox-fd0f742cf2e0ce5bbb52b54de91f64dba7f321c0.tar.gz
rockbox-fd0f742cf2e0ce5bbb52b54de91f64dba7f321c0.zip
update for the recently added 'Scrollbar Width/Position' settings (FS#10538)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22415 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/config_file_options.tex3
-rw-r--r--manual/configure_rockbox/display_options.tex6
2 files changed, 8 insertions, 1 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index 30a295e73e..4e4ae3ff58 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -235,6 +235,9 @@
235 remote statusbar & off, top, bottom & N/A\\ 235 remote statusbar & off, top, bottom & N/A\\
236 } 236 }
237 scrollbar & on, off & N/A\\ 237 scrollbar & on, off & N/A\\
238 scrollbar pos & left, right & N/A\\
239 scrollbar width & 3 to LCD width / 10 (\fixme{devise a way
240 to get ranges from config-*.h})& pixels\\
238 volume display 241 volume display
239 & graphic, numeric & N/A\\ 242 & graphic, numeric & N/A\\
240 battery display 243 battery display
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index d539082f18..300dbcd6fc 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -196,7 +196,11 @@
196 \item[Status/Scrollbar:] 196 \item[Status/Scrollbar:]
197 Settings related to on screen status display and the scrollbar. 197 Settings related to on screen status display and the scrollbar.
198 \begin{description} 198 \begin{description}
199 \item[Scroll Bar:] Enables or disables the scroll bar at the left. 199 \item[Scroll Bar:] Enables or disables the vertical scroll bar.
200 \item[Scroll Bar Width:] Allows you to choose the width of the
201 scroll bar (in pixels). Default value is 6.
202 \item[Scroll Bar Position:] Allows you to choose where the scroll bar
203 should appear.
200 \item[Status Bar:] Allows you to choose where to display the 204 \item[Status Bar:] Allows you to choose where to display the
201 statusbar\opt{remote}{ on the main display}. 205 statusbar\opt{remote}{ on the main display}.
202 \opt{remote}{ 206 \opt{remote}{