diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-10-15 10:37:48 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-10-15 10:37:48 +0300 |
commit | bafcec7dee9b243c75e67349b9bff3e93bd87381 (patch) | |
tree | 10b7ee182ffa15cab6f5ca1facb6b5d4bc117163 /indra/newview/llfloaterimsessiontab.cpp | |
parent | a3b4a8a7444bdd511256d35ff1b126d467c3c389 (diff) |
MAINT-4555 FIXED Floater opens in the bottom right corner overlapping Conversations floater
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rwxr-xr-x | indra/newview/llfloaterimsessiontab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 2864f018b2..357b635594 100755 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -118,6 +118,7 @@ LLFloaterIMSessionTab* LLFloaterIMSessionTab::getConversation(const LLUUID& uuid else { conv = LLFloaterReg::getTypedInstance<LLFloaterIMSessionTab>("impanel", LLSD(uuid)); + conv->setOpenPositioning(LLFloaterEnums::POSITIONING_RELATIVE); } return conv; |