Skip to content
Snippets Groups Projects
Commit 75916b48 authored by richard's avatar richard
Browse files

fixed tongue positioning

parent 1c1ebd03
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ void LLDockControl::moveDockable()
{
mDockTongueX = dockRect.getCenterX() - mDockTongue->getWidth() / 2;
}
mDockTongueY = dockRect.mTop + mDockTongue->getHeight();
mDockTongueY = dockRect.mBottom - mDockTongue->getHeight();
break;
}
......
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