diff options
| author | richard <none@none> | 2009-11-09 15:29:47 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-11-09 15:29:47 -0800 |
| commit | 4eb72a12a2280d3be6ac556ad80eb953d249e8eb (patch) | |
| tree | 9316784e58adc830d5cd893694698e38786af561 /indra/newview/llmoveview.cpp | |
| parent | fac0b6836a59681443fb2bbd13e6b5eb9c07cef5 (diff) | |
data driven layout of top-level UI elements
EXT-1219 Side tray slide-out animation
cleaned up some layout of bottom tray contents
reviewed by James
Diffstat (limited to 'indra/newview/llmoveview.cpp')
| -rw-r--r-- | indra/newview/llmoveview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index b052087475..e3ba1b8e4a 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -677,7 +677,7 @@ void LLPanelStandStopFlying::updatePosition() //align centers of a button and a floater S32 x = movement_btn->calcScreenRect().getCenterX() - getRect().getWidth()/2; - S32 y = tray->getRect().getHeight(); + S32 y = 0; LLFloater *move_floater = LLFloaterReg::findInstance("moveview"); if (move_floater) |
