summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2009-10-05 20:53:51 +0000
committerRichard Nelson <richard@lindenlab.com>2009-10-05 20:53:51 +0000
commit606311b508c5b13cd995a98d16660e61a58fa3f7 (patch)
tree76060699e943ce9c305f1c717815f8ad01f4c7ed /indra/newview/skins/default/xui/en/widgets
parent9818f158366a0df980a2e4b9251177d9a9209cfb (diff)
text boxes are now *not* mouse_opaque by default
fixed some textbox and text editor layout problems (getWidth called with wrong index) EXT-1302 - rewrite LLExpandableTextBox to use new LLTextBase functionality (using custom LLExpanderSegment) reviewed by James
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/expandable_text.xml10
-rw-r--r--indra/newview/skins/default/xui/en/widgets/text.xml1
2 files changed, 1 insertions, 10 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/expandable_text.xml b/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
index bcfc2f6472..e470f42d36 100644
--- a/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
+++ b/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
@@ -9,16 +9,6 @@
tab_stop="true"
v_pad="2"
h_pad="3" >
- <expand_textbox
- name="expand"
- follows="bottom|right"
- visible="false"
- bg_visible="false"
- tab_stop="false"
- v_pad="0"
- h_pad="0"
- text="[http://www.DUMMY.com More]"
- tool_tip="Click to expand text"/>
</textbox>
<scroll
name="scroll"
diff --git a/indra/newview/skins/default/xui/en/widgets/text.xml b/indra/newview/skins/default/xui/en/widgets/text.xml
index 7d78a8fa20..f0127a9d5a 100644
--- a/indra/newview/skins/default/xui/en/widgets/text.xml
+++ b/indra/newview/skins/default/xui/en/widgets/text.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<text allow_html="true"
clip_to_rect="false"
+ mouse_opaque="false"
name="text_box"
font="SansSerifSmall"
font_shadow="soft"