CHUI-964 FIXED Oversized "To" input field hides actual IM text
parent
c272809aa6
commit
eff5483101
|
|
@ -62,9 +62,9 @@ void LLChatEntry::draw()
|
|||
{
|
||||
if(mIsExpandable)
|
||||
{
|
||||
reflow();
|
||||
expandText();
|
||||
}
|
||||
|
||||
LLTextEditor::draw();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue