CHUI-964 FIXED Oversized "To" input field hides actual IM text

master
PavelK ProductEngine 2013-05-24 18:19:10 +03:00
parent c272809aa6
commit eff5483101
2 changed files with 2 additions and 1 deletions

View File

@ -62,9 +62,9 @@ void LLChatEntry::draw()
{
if(mIsExpandable)
{
reflow();
expandText();
}
LLTextEditor::draw();
}

View File

@ -4,6 +4,7 @@
can_minimize="true"
can_resize="true"
height="210"
min_height="210"
layout="topleft"
name="floater_im_box"
help_topic="floater_im_box"