diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-03-12 18:12:19 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-03-12 18:12:19 +0000 |
commit | 78017a0b3861a3238ac7845f7be95a5e5b981fe4 (patch) | |
tree | f1869898f91d6e8dc2e7dd5c89936418f809a31d /manual/preamble.tex | |
parent | f5921cface8e889a568ff4a88caa8ed3e1e013da (diff) |
give the Key column in the button tables a fixed with to prevent it getting too wide (happened with some long alternative buttons lists).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16644 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r-- | manual/preamble.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 3c89d1bf4a..3339e8833a 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -211,7 +211,7 @@ \endcenter% } \center -\tabularx{.75\textwidth}{lX}\toprule % here is the table width defined +\tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule % here is the table width defined \btnhead }{% \endtabularx |