diff options
| author | Rick Pasetto <rick@lindenlab.com> | 2009-12-03 11:28:26 -0800 | 
|---|---|---|
| committer | Rick Pasetto <rick@lindenlab.com> | 2009-12-03 11:28:26 -0800 | 
| commit | 42fbb0abcd6bd6913ba69512681dbc6ddc7554a3 (patch) | |
| tree | 18b416ed8c7d43c069abb7cb01a3ac0a8f196288 /indra/newview | |
| parent | 035d096b916fd38713ddbd9e234140b583b825dc (diff) | |
remove fudge factor for controls background rendering
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llpanelprimmediacontrols.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpanelprimmediacontrols.cpp b/indra/newview/llpanelprimmediacontrols.cpp index 9b38784475..7efda89850 100644 --- a/indra/newview/llpanelprimmediacontrols.cpp +++ b/indra/newview/llpanelprimmediacontrols.cpp @@ -709,7 +709,7 @@ void LLPanelPrimMediaControls::draw()  	LLRect icon_area = mMediaControlsStack->getRect();  	// adjust to ignore space from volume slider -	icon_area.mTop -= mVolumeSliderCtrl->getRect().getHeight() + 2/*fudge for prettiness*/; +	icon_area.mTop -= mVolumeSliderCtrl->getRect().getHeight();  	// adjust to ignore space from left bookend padding  	icon_area.mLeft += mLeftBookend->getRect().getWidth(); | 
