diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 13:56:29 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-13 13:56:29 +0100 |
commit | 17d913fef4778234c97b48d26167d6e1f62d8add (patch) | |
tree | 76d24e4d32b25495b7cfb6af501967d0ee6e2b45 /indra/newview/skins | |
parent | 58d6057076028c13a2dcc6130734a86933dc5864 (diff) |
VWR-20756 WIP - very limping display of llTextBox
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_notification.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_notification.xml b/indra/newview/skins/default/xui/en/panel_notification.xml index 59ead84127..a816eaccb6 100644 --- a/indra/newview/skins/default/xui/en/panel_notification.xml +++ b/indra/newview/skins/default/xui/en/panel_notification.xml @@ -58,6 +58,28 @@ <text_editor h_pad="0" v_pad="0" + border_visible="true" + embedded_items="false" + enabled="false" + follows="left|right|top|bottom" + font="SansSerif" + height="85" + layout="topleft" + left="10" + mouse_opaque="false" + name="user_input_box" + read_only="false" + tab_stop="false" + text_color="red" + top="50" + visible="false" + width="285" + wrap="true" + parse_highlights="true" + parse_urls="true"/> + <text_editor + h_pad="0" + v_pad="0" bg_readonly_color="0.0 0.0 0.0 0" border_visible="false" embedded_items="false" |