diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-19 16:31:58 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-19 16:31:58 -0400 |
commit | 3215c6c4ca9553abc1cb8097f2466a409b37af24 (patch) | |
tree | 89da272ba4425bee545626a77e58c28606337925 /indra/llui | |
parent | 6a96c95ee6dda0ffeb3ee1b93b4b02ea2156b076 (diff) | |
parent | e6a206f8457facbaa441c46216529d2291b7930f (diff) |
merge viewer-thx-runway-shared-1 to runway
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llstatbar.cpp | 2 |
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 { |