Add better docs about line breaks

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8640 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-05-19 00:54:39 +00:00
parent b77f9fc9e7
commit ad7cbfae3f

View File

@ -314,6 +314,14 @@
the space under the button's text may be rendered unclickable by the label
widget overlapping other widgets under.
Line breaks are done on space characters; if one word is too long to fit
on one line, then SHY (soft hyphen) characters are searched and breaks
can be added there.
Note that for multiline labels, the layout engine is unable to guess their
width and height on their own so you should explicitely give a width and
height for labels that use this flag.
\n
\subsection prop6 PROP_MIN_VALUE, PROP_MAX_VALUE
<em> Name in XML files: </em> \c "min_value", \c "max_value"