diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-11 18:37:05 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-09-11 18:37:05 +0300 |
commit | cb8ce1141837cc450756764e03a4564f8ab0c9eb (patch) | |
tree | 5e35f7bb401d59fd7768985f58c4bac164c7b16a /indra/newview/skins/default | |
parent | 1e2dcbfb3fbc8717ea594365ff165115b29df83a (diff) |
CHUI-336 FIXED (Remove Description label and field from Chat history viewer)
- Removed lineeditor and text box from code and xml
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_conversation_preview.xml | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_conversation_preview.xml b/indra/newview/skins/default/xui/en/floater_conversation_preview.xml index d74c2c252d..825a88e4e1 100644 --- a/indra/newview/skins/default/xui/en/floater_conversation_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_conversation_preview.xml @@ -14,41 +14,17 @@ name="Title"> CONVERSATION: [NAME] </floater.string> - <text - type="string" - length="1" - follows="left|top" - font="SansSerif" - height="19" - layout="topleft" - left="10" - name="desc txt" - top="22" - width="90"> - Description: - </text> - <line_editor - border_style="line" - border_thickness="1" - enabled="false" - follows="left|top|right" - font="SansSerif" - height="22" - layout="topleft" - left_pad="0" - max_length_bytes="127" - name="description" - width="296" /> <chat_history font="SansSerifSmall" follows="all" visible="true" - height="310" + height="330" name="chat_history" notify_unread_msg="false" parse_highlights="true" parse_urls="true" left="5" + top_pad="25" width="390"> </chat_history> <text |