From 97548f34d767f14de3fafc2333cfeac97ab36151 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 24 Aug 2009 00:22:54 +0000 Subject: Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTING flag to the settings it was missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22486 a1c6a512-1295-4272-9138-f99709370657 --- manual/configure_rockbox/display_options.tex | 27 ------------------------ manual/configure_rockbox/theme_settings.tex | 31 ++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 29 deletions(-) (limited to 'manual') diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 7468025ee2..9ea7e4713c 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -191,33 +191,6 @@ screen size will page up/down instead of simply changing lines. This can be useful on slow displays. \end{description} -% - \opt{lcd_bitmap}{ - \item[Status/Scrollbar:] - Settings related to on screen status display and the scrollbar. - \begin{description} - \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[Status Bar:] Allows you to choose where to display the - statusbar\opt{remote}{ on the main display}. - \opt{remote}{ - \item[Remote Status Bar:] Allows you to choose where to display the - statusbar on the remote display. - } - \opt{RECORDER_PAD}{ - \item[Button Bar:] Enables or disables the button bar prompts for the - ``F''-keys at the bottom of the screen. - } - \item[Volume Display:] Controls whether the volume is displayed as a - graphic or a numeric value on the Status Bar. If you select a numeric - display, volume is displayed in decibels. See \reference{ref:volume} - for more on the volume setting. - \item[Battery Display:] Controls whether the battery charge status is - displayed as a graphic or numerical percentage value on the Status Bar. - \end{description} - } % \opt{lcd_bitmap}{ \item[Peak Meter:] diff --git a/manual/configure_rockbox/theme_settings.tex b/manual/configure_rockbox/theme_settings.tex index d87a201488..b87c0f8583 100644 --- a/manual/configure_rockbox/theme_settings.tex +++ b/manual/configure_rockbox/theme_settings.tex @@ -83,8 +83,35 @@ customize the visual apperance of Rockbox. Rockbox allows you to select bitmap pictures to use as backdrops, see \reference{ref:LoadingBackdrops} for further information. This option allows you to clear the backdrops that you set. -}% - +} +% + \opt{lcd_bitmap}{ + \item[Status/Scrollbar:] + Settings related to on screen status display and the scrollbar. + \begin{description} + \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[Status Bar:] Allows you to choose where to display the + statusbar\opt{remote}{ on the main display}. + \opt{remote}{ + \item[Remote Status Bar:] Allows you to choose where to display the + statusbar on the remote display. + } + \opt{RECORDER_PAD}{ + \item[Button Bar:] Enables or disables the button bar prompts for the + ``F''-keys at the bottom of the screen. + } + \item[Volume Display:] Controls whether the volume is displayed as a + graphic or a numeric value on the Status Bar. If you select a numeric + display, volume is displayed in decibels. See \reference{ref:volume} + for more on the volume setting. + \item[Battery Display:] Controls whether the battery charge status is + displayed as a graphic or numerical percentage value on the Status Bar. + \end{description} + } +% \opt{lcd_bitmap}{ \item[Line Selector Type.] This option allows you to select which type of line selector to use. -- cgit