forked from len0rd/rockbox
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
This commit is contained in:
parent
ae901c2e50
commit
fd0f742cf2
2 changed files with 8 additions and 1 deletions
|
@ -235,6 +235,9 @@
|
||||||
remote statusbar & off, top, bottom & N/A\\
|
remote statusbar & off, top, bottom & N/A\\
|
||||||
}
|
}
|
||||||
scrollbar & on, off & N/A\\
|
scrollbar & on, off & N/A\\
|
||||||
|
scrollbar pos & left, right & N/A\\
|
||||||
|
scrollbar width & 3 to LCD width / 10 (\fixme{devise a way
|
||||||
|
to get ranges from config-*.h})& pixels\\
|
||||||
volume display
|
volume display
|
||||||
& graphic, numeric & N/A\\
|
& graphic, numeric & N/A\\
|
||||||
battery display
|
battery display
|
||||||
|
|
|
@ -196,7 +196,11 @@
|
||||||
\item[Status/Scrollbar:]
|
\item[Status/Scrollbar:]
|
||||||
Settings related to on screen status display and the scrollbar.
|
Settings related to on screen status display and the scrollbar.
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[Scroll Bar:] Enables or disables the scroll bar at the left.
|
\item[Scroll Bar:] Enables or disables the vertical scroll bar.
|
||||||
|
\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
|
\item[Status Bar:] Allows you to choose where to display the
|
||||||
statusbar\opt{remote}{ on the main display}.
|
statusbar\opt{remote}{ on the main display}.
|
||||||
\opt{remote}{
|
\opt{remote}{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue