diff options
Diffstat (limited to 'indra/newview/llpreview.cpp')
-rw-r--r-- | indra/newview/llpreview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreview.cpp b/indra/newview/llpreview.cpp index 7241b939ad..c5e589529c 100644 --- a/indra/newview/llpreview.cpp +++ b/indra/newview/llpreview.cpp @@ -473,6 +473,7 @@ LLPreview* LLPreview::getFirstPreviewForSource(const LLUUID& source_id) LLMultiPreview::LLMultiPreview(const LLRect& rect) : LLMultiFloater("Preview", rect) { + setCanResize(TRUE); } void LLMultiPreview::open() /*Flawfinder: ignore*/ |