diff options
| author | Merov Linden <merov@lindenlab.com> | 2010-12-13 14:32:31 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2010-12-13 14:32:31 -0800 |
| commit | 9c2a55b6d70c5197b9482931b4d17da6dd63ca1b (patch) | |
| tree | 755f39db8d24497b58a54f02a07965dfeae79905 /indra/newview/llpreview.cpp | |
| parent | 6748716a806bd989f6cea6a0fc1ce00a5854a187 (diff) | |
| parent | ee538257d316696382d12ea222294a4b8786dc84 (diff) | |
STORM-622 : pull into viewer-development
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) |
