Skip to content
Snippets Groups Projects
Commit 14232031 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

SOCIAL-637 Receiving IM while destination guide or avatar picker is open...

SOCIAL-637 Receiving IM while destination guide or avatar picker is open results in IM window being small
parent 2288264a
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ void LLDockControl::moveDockable() ...@@ -297,7 +297,7 @@ void LLDockControl::moveDockable()
break; break;
} }
S32 max_available_height = rootRect.getHeight() - mDockTongueY - mDockTongue->getHeight(); S32 max_available_height = rootRect.getHeight() - (rootRect.mBottom - mDockTongueY) - mDockTongue->getHeight();
// A floater should be shrunk so it doesn't cover a part of its docking tongue and // A floater should be shrunk so it doesn't cover a part of its docking tongue and
// there is a space between a dockable floater and a control to which it is docked. // there is a space between a dockable floater and a control to which it is docked.
......
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