diff options
author | Tank_Master <none@none> | 2012-05-29 19:19:22 -0700 |
---|---|---|
committer | Tank_Master <none@none> | 2012-05-29 19:19:22 -0700 |
commit | e78632f5b1023db0f0f8ad58ee8b076eed1e5dbd (patch) | |
tree | bc2568e427e00f9d31b9f7dc8dd84cbca1c1681a | |
parent | c0a79227d71fbfdd2bfa6402f92d35d0c23d7f92 (diff) |
move floater over so it is not partly off screen
-rw-r--r-- | indra/newview/llstatusbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 89240c982f..ff69c6e9fd 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -469,7 +469,7 @@ void LLStatusBar::onMouseEnterVolume() LLRect vol_btn_rect = volbtn->getRect(); LLRect volume_pulldown_rect = mPanelVolumePulldown->getRect(); volume_pulldown_rect.setLeftTopAndSize(vol_btn_rect.mLeft - - (volume_pulldown_rect.getWidth() - vol_btn_rect.getWidth())/2, + (volume_pulldown_rect.getWidth() - vol_btn_rect.getWidth()), vol_btn_rect.mBottom, volume_pulldown_rect.getWidth(), volume_pulldown_rect.getHeight()); |