summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-10 10:46:37 -0800
committerrichard <none@none>2010-02-10 10:46:37 -0800
commit75916b486cca96e36cd11d92c0b3c21cb7e72d05 (patch)
tree15f6c95e3401c04f75dea5d5c5782149133938b6 /indra
parent1c1ebd0365a115c736f62fadec37e006cbf43f44 (diff)
fixed tongue positioning
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/lldockcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lldockcontrol.cpp b/indra/llui/lldockcontrol.cpp
index f91c07184d..d738b10130 100644
--- a/indra/llui/lldockcontrol.cpp
+++ b/indra/llui/lldockcontrol.cpp
@@ -293,7 +293,7 @@ void LLDockControl::moveDockable()
{
mDockTongueX = dockRect.getCenterX() - mDockTongue->getWidth() / 2;
}
- mDockTongueY = dockRect.mTop + mDockTongue->getHeight();
+ mDockTongueY = dockRect.mBottom - mDockTongue->getHeight();
break;
}