summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-21 16:43:32 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-11-28 12:05:26 -0500
commitdbb7371065f53baf529c7a3289c0abf8566cfe6e (patch)
tree8069e0e0b444bbd4dce15c94a94522f09d82360b /manual
parent1ad60c33441619f2f3e9111d762b73264db1d44c (diff)
downloadrockbox-dbb7371065f53baf529c7a3289c0abf8566cfe6e.tar.gz
rockbox-dbb7371065f53baf529c7a3289c0abf8566cfe6e.zip
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
Diffstat (limited to 'manual')
-rwxr-xr-xmanual/configure_rockbox/display_options.tex12
1 files 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 @@
66 66
67 \item[Settings.] 67 \item[Settings.]
68 Allows to select actions that will \emph{not} activate backlight. 68 Allows to select actions that will \emph{not} activate backlight.
69 \begin{itemize} 69 \begin{description}
70 \item[Exempt Volume] 70 \item[Exempt Volume.]
71 Volume up/down. 71 Volume up/down.
72 \item[Exempt Play] 72 \item[Exempt Play.]
73 Toggling Play/Pause. 73 Toggling Play/Pause.
74 \item[Exempt Seek] 74 \item[Exempt Seek.]
75 Seeking in a track. 75 Seeking in a track.
76 \item[Exempt Skip] 76 \item[Exempt Skip.]
77 Skipping of a track. 77 Skipping of a track.
78 \item[Disable Unmapped Keys.] 78 \item[Disable Unmapped Keys.]
79 Buttons that have no action assigned and accidental button 79 Buttons that have no action assigned and accidental button
80 combinations don't turn on backlight. 80 combinations don't turn on backlight.
81 \item[Disable on External Power.] 81 \item[Disable on External Power.]
82 When plugged goes back to regular behavior. 82 When plugged goes back to regular behavior.
83 \end{itemize} 83 \end{description}
84 Selected actions are indicated by a leading +. 84 Selected actions are indicated by a leading +.
85 Note: If all options get de-selected, the entire feature is disabled. 85 Note: If all options get de-selected, the entire feature is disabled.
86 \end{description} 86 \end{description}