Skip to content
Snippets Groups Projects
Commit bafcec7d authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-4555 FIXED Floater opens in the bottom right corner overlapping Conversations floater

parent a3b4a8a7
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,7 @@ LLFloaterIMSessionTab* LLFloaterIMSessionTab::getConversation(const LLUUID& uuid ...@@ -118,6 +118,7 @@ LLFloaterIMSessionTab* LLFloaterIMSessionTab::getConversation(const LLUUID& uuid
else else
{ {
conv = LLFloaterReg::getTypedInstance<LLFloaterIMSessionTab>("impanel", LLSD(uuid)); conv = LLFloaterReg::getTypedInstance<LLFloaterIMSessionTab>("impanel", LLSD(uuid));
conv->setOpenPositioning(LLFloaterEnums::POSITIONING_RELATIVE);
} }
return conv; return conv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment