diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-18 14:01:18 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-18 14:01:18 -0400 |
commit | dad85ce55440e9c2328a4dd7362ac35c0e277b9e (patch) | |
tree | f97010e54bbf63be0876ae89a5b1ebc3df614adb /indra/newview/llstatusbar.cpp | |
parent | bbf8137ce5b9e53ca8be2aea5c553bff8699b4a7 (diff) | |
parent | 242fe546ade3f7f2eeeb9b7b2ab7d744ac6ce9a9 (diff) |
merge changes for storm-1868
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-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()); |