summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-10-15 10:37:48 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-10-15 10:37:48 +0300
commitbafcec7dee9b243c75e67349b9bff3e93bd87381 (patch)
tree10b7ee182ffa15cab6f5ca1facb6b5d4bc117163 /indra/newview/llfloaterimsessiontab.cpp
parenta3b4a8a7444bdd511256d35ff1b126d467c3c389 (diff)
MAINT-4555 FIXED Floater opens in the bottom right corner overlapping Conversations floater
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rwxr-xr-xindra/newview/llfloaterimsessiontab.cpp1
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;