diff options
author | Palmer <palmer@lindenlab.com> | 2010-05-07 14:40:21 -0700 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2010-05-07 14:40:21 -0700 |
commit | a295803279f250c1b75b8c5cae73dd25c0786413 (patch) | |
tree | c28088e9259d1e935cae3d1144350248f566bd01 /indra | |
parent | e2b51b8884d1003a3312276611b8a8c34123bc36 (diff) |
Simple adjustment to model preview UI and added text.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterimagepreview.cpp | 2 |
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() |