diff options
author | James Cook <james@lindenlab.com> | 2009-12-03 15:30:49 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-03 15:30:49 -0800 |
commit | 275b4f58496c4a6a8eb81e94701db858d5ecb99a (patch) | |
tree | e3aa8c38d52cc3b05fe8be4d6d210a6be3d36a5b /indra/newview/skins/default/xui/en/floater_test_textbox.xml | |
parent | 9388a1a9386d4f333323bf2e49bd04766598b2e8 (diff) | |
parent | 2add7f70458a4a439d2fb25039c24d6bbbf245e9 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_test_textbox.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_test_textbox.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_test_textbox.xml b/indra/newview/skins/default/xui/en/floater_test_textbox.xml index 033070607b..8fc2677cbe 100644 --- a/indra/newview/skins/default/xui/en/floater_test_textbox.xml +++ b/indra/newview/skins/default/xui/en/floater_test_textbox.xml @@ -21,6 +21,21 @@ Third line of multiple lines Fourth line of multiple lines Fifth line of multiple lines </text> + <text + clip_partial="true" + top_pad="10" + left="10" + width="267" + height="28" + layout="topleft" + follows="right|left" + text_color="white" + use_ellipses="true" + word_wrap="true" + mouse_opaque="false" + name="title" > + This text has word_wrap set true, use_ellipses set true, and clip_partial set true, so it should wrap around, spilling over to the last line, then clip the last partial line and show ellipses to indicate there is more text + </text> <text font="SansSerif" @@ -28,7 +43,7 @@ Fifth line of multiple lines height="10" layout="topleft" left_delta="0" - top_pad="40" + top_pad="10" width="300"> SansSerif BOLD </text> |