summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorPalmer <palmer@lindenlab.com>2010-05-07 14:40:21 -0700
committerPalmer <palmer@lindenlab.com>2010-05-07 14:40:21 -0700
commita295803279f250c1b75b8c5cae73dd25c0786413 (patch)
treec28088e9259d1e935cae3d1144350248f566bd01 /indra
parente2b51b8884d1003a3312276611b8a8c34123bc36 (diff)
Simple adjustment to model preview UI and added text.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterimagepreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimagepreview.cpp b/indra/newview/llfloaterimagepreview.cpp
index 8a20712ea8..159e4b41ca 100644
--- a/indra/newview/llfloaterimagepreview.cpp
+++ b/indra/newview/llfloaterimagepreview.cpp
@@ -69,7 +69,7 @@ const S32 PREVIEW_BORDER_WIDTH = 2;
const S32 PREVIEW_RESIZE_HANDLE_SIZE = S32(RESIZE_HANDLE_WIDTH * OO_SQRT2) + PREVIEW_BORDER_WIDTH;
const S32 PREVIEW_HPAD = PREVIEW_RESIZE_HANDLE_SIZE;
const S32 PREF_BUTTON_HEIGHT = 16 + 7 + 16;
-const S32 PREVIEW_TEXTURE_HEIGHT = 300;
+const S32 PREVIEW_TEXTURE_HEIGHT = 320;
//-----------------------------------------------------------------------------
// LLFloaterImagePreview()