Skip to content
Snippets Groups Projects
Commit df5378cf authored by AlexanderP ProductEngine's avatar AlexanderP ProductEngine
Browse files

CHUI-611 Fixed! Text in torn off message panel not wrapping correctly with...

CHUI-611 Fixed! Text in torn off message panel not wrapping correctly with size of conversation panel
parent 3cf2d8e9
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ BOOL LLFloaterIMContainer::postBuild() ...@@ -162,7 +162,7 @@ BOOL LLFloaterIMContainer::postBuild()
setTabContainer(getChild<LLTabContainer>("im_box_tab_container")); setTabContainer(getChild<LLTabContainer>("im_box_tab_container"));
mStubPanel = getChild<LLPanel>("stub_panel"); mStubPanel = getChild<LLPanel>("stub_panel");
mStubTextBox = getChild<LLTextBox>("stub_textbox_2"); mStubTextBox = getChild<LLTextBox>("stub_textbox");
mStubTextBox->setURLClickedCallback(boost::bind(&LLFloaterIMContainer::returnFloaterToHost, this)); mStubTextBox->setURLClickedCallback(boost::bind(&LLFloaterIMContainer::returnFloaterToHost, this));
mConversationsStack = getChild<LLLayoutStack>("conversations_stack"); mConversationsStack = getChild<LLLayoutStack>("conversations_stack");
......
...@@ -161,31 +161,17 @@ ...@@ -161,31 +161,17 @@
<text <text
type="string" type="string"
clip_partial="false" clip_partial="false"
follows="left|top" follows="left|top|right"
layout="topleft"
left="20"
right="-20"
name="stub_textbox_1"
top="30"
height="20"
valign="center"
wrap="true">
This conversation is in a separate window.
</text>
<text
type="string"
clip_partial="false"
follows="left|top"
layout="topleft" layout="topleft"
left="20" left="15"
right="-20" right="-15"
name="stub_textbox_2" name="stub_textbox"
top="60" top="25"
height="20" height="40"
valign="center" valign="center"
parse_urls="true" parse_urls="true"
wrap="true"> wrap="true">
[secondlife:/// Bring it back.] This conversation is in a separate window. [secondlife:/// Bring it back.]
</text> </text>
</panel> </panel>
</panel_container> </panel_container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment