diff options
| author | Richard Linden <none@none> | 2013-07-08 00:55:17 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-07-08 00:55:17 -0700 |
| commit | d122318bef2ff0eced7641dc24f411f792bd2935 (patch) | |
| tree | 7c5bfc2c60058d6f87ad9c18c08f844424f3efc9 /indra/llui/llcontainerview.cpp | |
| parent | bc7d2b76961c0397dcd108e625db4304855f4539 (diff) | |
SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics console
added percentage/ratio units
added auto-range and auto tick calculation to stat bar to automate display stats
Diffstat (limited to 'indra/llui/llcontainerview.cpp')
| -rwxr-xr-x | indra/llui/llcontainerview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llcontainerview.cpp b/indra/llui/llcontainerview.cpp index 06f8e72c9c..6b1e3ce669 100755 --- a/indra/llui/llcontainerview.cpp +++ b/indra/llui/llcontainerview.cpp @@ -167,7 +167,7 @@ void LLContainerView::arrange(S32 width, S32 height, BOOL called_from_parent) //LLView *childp; // These will be used for the children - left = 4; + left = 10; top = getRect().getHeight() - 4; right = width - 2; bottom = top; |
