summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
diff options
context:
space:
mode:
authorPalmer <palmer@lindenlab.com>2010-02-17 17:12:58 -0800
committerPalmer <palmer@lindenlab.com>2010-02-17 17:12:58 -0800
commit3ef0d029ca06c991abcde2d59cd8d9478127b980 (patch)
tree74e169c45c506ed01ec4cfe41c86f3b798a199ad /indra/newview/skins/default/xui/en/widgets/expandable_text.xml
parente938d055f427275005d538bf09d3b40e0f680d5f (diff)
parent9dfff8c6d2a54e3f6e069c26cc8753dc9331aec1 (diff)
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/expandable_text.xml')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/expandable_text.xml22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index d9b6387f0d..0000000000
--- a/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<expandable_text
- max_height="300" >
- <textbox
- allow_html="true"
- allow_scroll="true"
- bg_visible="false"
- more_label="More"
- follows="left|top|right"
- name="text"
- read_only="true"
- use_ellipses="true"
- word_wrap="true"
- tab_stop="true"
- v_pad="3"
- h_pad="4" >
- </textbox>
- <scroll
- name="scroll"
- follows="all"
- />
-</expandable_text>