diff options
author | Jacek Antonelli | 2008-08-15 23:45:30 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:30 -0500 |
commit | 6fa6022a3f6d5bf71d97a59ec89929575f2ffd11 (patch) | |
tree | 3d1f89612dab6f8a8089ccac8cfeb6372f6fad8c /linden/indra/newview/llstatusbar.cpp | |
parent | Second Life viewer sources 1.19.0.2 (diff) | |
download | meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.zip meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.gz meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.bz2 meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.xz |
Second Life viewer sources 1.19.0.3
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstatusbar.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llstatusbar.cpp b/linden/indra/newview/llstatusbar.cpp index 29335d9..bdaf133 100644 --- a/linden/indra/newview/llstatusbar.cpp +++ b/linden/indra/newview/llstatusbar.cpp | |||
@@ -416,6 +416,8 @@ void LLStatusBar::refresh() | |||
416 | childSetVisible("buyland", canBuyLand); | 416 | childSetVisible("buyland", canBuyLand); |
417 | if (canBuyLand) | 417 | if (canBuyLand) |
418 | { | 418 | { |
419 | //HACK: layout tweak until this is all xml | ||
420 | x += 9; | ||
419 | childGetRect( "buyland", buttonRect ); | 421 | childGetRect( "buyland", buttonRect ); |
420 | r.setOriginAndSize( x, y, buttonRect.getWidth(), buttonRect.getHeight()); | 422 | r.setOriginAndSize( x, y, buttonRect.getWidth(), buttonRect.getHeight()); |
421 | childSetRect( "buyland", r ); | 423 | childSetRect( "buyland", r ); |