From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../xsl/params/variablelist.max.termlength.xml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 kdoctools/docbook/xsl/params/variablelist.max.termlength.xml (limited to 'kdoctools/docbook/xsl/params/variablelist.max.termlength.xml') diff --git a/kdoctools/docbook/xsl/params/variablelist.max.termlength.xml b/kdoctools/docbook/xsl/params/variablelist.max.termlength.xml new file mode 100644 index 000000000..8cad72df7 --- /dev/null +++ b/kdoctools/docbook/xsl/params/variablelist.max.termlength.xml @@ -0,0 +1,41 @@ + + +variablelist.max.termlength + + + +variablelist.max.termlength +Specifies the longest term in variablelists + + + + +24 + + + +Description + +In variablelists, the listitem +is indented to leave room for the +term elements. That indent may be computed +if it is not specified with a termlength +attribute on the variablelist element. + + +The computation counts characters in the +term elements in the list +to find the longest term. However, some terms are very long +and would produce extreme indents. This parameter lets you +set a maximum character count. Any terms longer than the maximum +would line wrap. The default value is 24. + + +The character counts are converted to physical widths +by multiplying by 0.50em. There will be some variability +in how many actual characters fit in the space +since some characters are wider than others. + + + + -- cgit v1.2.3