summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-06-18 14:01:18 -0400
committerOz Linden <oz@lindenlab.com>2012-06-18 14:01:18 -0400
commitdad85ce55440e9c2328a4dd7362ac35c0e277b9e (patch)
treef97010e54bbf63be0876ae89a5b1ebc3df614adb /indra/newview/llstatusbar.cpp
parentbbf8137ce5b9e53ca8be2aea5c553bff8699b4a7 (diff)
parent242fe546ade3f7f2eeeb9b7b2ab7d744ac6ce9a9 (diff)
merge changes for storm-1868
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r--indra/newview/llstatusbar.cpp2
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());