diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-06-25 15:49:49 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-06-25 15:49:49 +0300 |
commit | 9fc77dec8788944f93eda14567f9235f97637097 (patch) | |
tree | a35ec21a17793c400438148d16aa57f223c82b3b /indra | |
parent | 75804ef2b918906108af4a3b9ceb6cbfc1354393 (diff) |
CHUI-175 FIXED (Cannot use scroll bar on chat entry field when multi line chat is added)
- This change also fixes:
CHUI-176 (Only bottom 2 lines of multi line chat allow for selecting in text chat entry)
CHUI-177 (Text entry field in chat only accepts 256 characters)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_im_session.xml | 39 |
1 files changed, 16 insertions, 23 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_im_session.xml b/indra/newview/skins/default/xui/en/floater_im_session.xml index 0720a4b011..56e591e2bb 100644 --- a/indra/newview/skins/default/xui/en/floater_im_session.xml +++ b/indra/newview/skins/default/xui/en/floater_im_session.xml @@ -235,29 +235,22 @@ </layout_panel> </layout_stack> </panel> - <panel width="225" - height="31" - left="4" - name="bottom_panel" - bottom="-1" - follows="left|right|bottom" - tab_group="1"> - <chat_editor - bottom="0" - expand_lines_count="5" - follows="left|right|bottom" - font="SansSerifSmall" - visible="true" - height="20" - is_expandable="true" - label="To" - layout="bottomleft" - name="chat_editor" - tab_group="3" - width="240" - wrap="true"> - </chat_editor> - </panel> + <chat_editor + bottom="0" + expand_lines_count="5" + follows="left|right|bottom" + font="SansSerifSmall" + visible="true" + height="20" + is_expandable="true" + label="To" + layout="bottomleft" + name="chat_editor" + max_length="1024" + tab_group="3" + width="240" + wrap="true"> + </chat_editor> </layout_panel> </layout_stack> </view> |