diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-29 16:18:51 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-29 16:18:51 +0200 |
commit | a9453573d2d510ad6db875acbee08539d02d9cbd (patch) | |
tree | 272375bee5ea3d3806d516823f78acf180fea5b0 /indra | |
parent | 2fdec10a3bd1c4d84ad1f4f291c9b08a27fceb2d (diff) |
Fixed normal bug (EXT-3356) Dock Voice control panel to Speak button chevron, not to middle of Speak button.
- Changed VCP docking anchor to the right segment of the Speak button.
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index 44108fa0ca..b988af3b50 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -154,7 +154,7 @@ BOOL LLCallFloater::postBuild() mNonAvatarCaller = getChild<LLNonAvatarCaller>("non_avatar_caller"); mNonAvatarCaller->setVisible(FALSE); - LLView *anchor_panel = LLBottomTray::getInstance()->getChild<LLView>("speak_panel"); + LLView *anchor_panel = LLBottomTray::getInstance()->getChild<LLView>("right"); setDockControl(new LLDockControl( anchor_panel, this, |