aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-10-09 06:42:29 -0700
committerMcCabe Maxsted2010-10-09 06:42:29 -0700
commitc8690d2a1b7a81e3c8a2fd647dde83b12a2e6705 (patch)
tree673445ac072da264475a166ce069bcc635818dcc
parentAdded install.xml to the IDE under the 'Library Install File' folder (diff)
downloadmeta-impy-c8690d2a1b7a81e3c8a2fd647dde83b12a2e6705.zip
meta-impy-c8690d2a1b7a81e3c8a2fd647dde83b12a2e6705.tar.gz
meta-impy-c8690d2a1b7a81e3c8a2fd647dde83b12a2e6705.tar.bz2
meta-impy-c8690d2a1b7a81e3c8a2fd647dde83b12a2e6705.tar.xz
Fixed #593: buy button overlaps currency when you become a millionaire
-rw-r--r--linden/indra/newview/llstatusbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatusbar.cpp b/linden/indra/newview/llstatusbar.cpp
index e88d6dc..50be146 100644
--- a/linden/indra/newview/llstatusbar.cpp
+++ b/linden/indra/newview/llstatusbar.cpp
@@ -581,7 +581,7 @@ void LLStatusBar::refresh()
581 childGetRect("BalanceText", r); 581 childGetRect("BalanceText", r);
582 r.translate( new_right - r.mRight, 0); 582 r.translate( new_right - r.mRight, 0);
583 childSetRect("BalanceText", r); 583 childSetRect("BalanceText", r);
584 new_right -= r.getWidth() - 18; 584 new_right -= r.getWidth() - 2;
585 585
586 childGetRect("buycurrency", r); 586 childGetRect("buycurrency", r);
587 r.translate( new_right - r.mRight, 0); 587 r.translate( new_right - r.mRight, 0);