From dbb7371065f53baf529c7a3289c0abf8566cfe6e Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 21 Nov 2021 16:43:32 +0000 Subject: manual: fix layout of Backlight Exemptions description Use a {description} block rather than an {itemize} since the latter doesn't look very good here. Change-Id: Ic1052085ff1bd523bfa7e3637aa8bf9691eb785f --- manual/configure_rockbox/display_options.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 1eeb633a05..ee594d676a 100755 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -66,21 +66,21 @@ \item[Settings.] Allows to select actions that will \emph{not} activate backlight. - \begin{itemize} - \item[Exempt Volume] + \begin{description} + \item[Exempt Volume.] Volume up/down. - \item[Exempt Play] + \item[Exempt Play.] Toggling Play/Pause. - \item[Exempt Seek] + \item[Exempt Seek.] Seeking in a track. - \item[Exempt Skip] + \item[Exempt Skip.] Skipping of a track. \item[Disable Unmapped Keys.] Buttons that have no action assigned and accidental button combinations don't turn on backlight. \item[Disable on External Power.] When plugged goes back to regular behavior. - \end{itemize} + \end{description} Selected actions are indicated by a leading +. Note: If all options get de-selected, the entire feature is disabled. \end{description} -- cgit v1.2.3