summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_test_textbox.xml
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-03 15:21:04 -0800
committerJames Cook <james@lindenlab.com>2009-12-03 15:21:04 -0800
commit2add7f70458a4a439d2fb25039c24d6bbbf245e9 (patch)
tree4a973f6b1eeeaf3f2d010138203d809184478133 /indra/newview/skins/default/xui/en/floater_test_textbox.xml
parent2fe5e55f4fe84e0ff2d2857355861657474daae8 (diff)
Added floater_test_text_editor, hooked up UI tests to login Debug menu
Reviewed with Leyla
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.xml17
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>