summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-03-15 11:57:50 -0700
committerRichard Linden <none@none>2012-03-15 11:57:50 -0700
commite6a206f8457facbaa441c46216529d2291b7930f (patch)
tree343597def7f65c731f0b1b73dab3bfaf39a2b9ce /indra/llui
parentdd499d55a051a2b05b6a5dfa77c5df0ab7406009 (diff)
parent3672956f0da4020335fc8c3066f1099c1ceaa00d (diff)
Automated merge with https://bitbucket.org/don_linden/viewer-thx-runway-shared-1
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llstatbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llstatbar.cpp b/indra/llui/llstatbar.cpp
index ec4db14790..04cce7878e 100644
--- a/indra/llui/llstatbar.cpp
+++ b/indra/llui/llstatbar.cpp
@@ -272,7 +272,7 @@ LLRect LLStatBar::getRequiredRect()
{
if (mDisplayHistory)
{
- rect.mTop = 67;
+ rect.mTop = 35 + mStatp->getNumBins();
}
else
{