diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-12-14 14:46:21 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-12-14 14:46:21 -0500 |
| commit | 7c0c86774f601cab3e0ca1598ea786b803c5bc71 (patch) | |
| tree | f8b6b447a40f5ccc69032b581443e2cf2e17c6dc /indra/newview/llpreview.cpp | |
| parent | d3eccbcd8b9bc51b1a940325509b9508c3697391 (diff) | |
| parent | 0b6c4d0f668c1fc95bac1807a9fd5f5568c7c278 (diff) | |
merge fix for storm-229
Diffstat (limited to 'indra/newview/llpreview.cpp')
| -rw-r--r-- | indra/newview/llpreview.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpreview.cpp b/indra/newview/llpreview.cpp index 69542764d2..a90f23d637 100644 --- a/indra/newview/llpreview.cpp +++ b/indra/newview/llpreview.cpp @@ -454,12 +454,13 @@ LLMultiPreview::LLMultiPreview() { // start with a rect in the top-left corner ; will get resized LLRect rect; - rect.setLeftTopAndSize(0, gViewerWindow->getWindowHeightScaled(), 200, 200); + rect.setLeftTopAndSize(0, gViewerWindow->getWindowHeightScaled(), 200, 400); setRect(rect); } setTitle(LLTrans::getString("MultiPreviewTitle")); buildTabContainer(); setCanResize(TRUE); + mAutoResize = FALSE; } void LLMultiPreview::onOpen(const LLSD& key) |
