diff options
author | Jonathan Yap <none@none> | 2011-06-26 04:59:02 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-06-26 04:59:02 -0400 |
commit | cce5dd64e09eb2f0da039c3e6c4c1ebd7b5aafeb (patch) | |
tree | 8157806d9d453dbe2a4623ca6a2984940bd4d5b4 /indra/newview/llfloaterpostcard.cpp | |
parent | 02995303e91216b7b035965a55cad98affd46881 (diff) |
STORM-1276 [MULTIPLE LANGS] Text truncation in Email Snapshot floater in Spanish localization
Diffstat (limited to 'indra/newview/llfloaterpostcard.cpp')
-rw-r--r-- | indra/newview/llfloaterpostcard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpostcard.cpp b/indra/newview/llfloaterpostcard.cpp index dd0b1d999c..3bcbb987f7 100644 --- a/indra/newview/llfloaterpostcard.cpp +++ b/indra/newview/llfloaterpostcard.cpp @@ -137,9 +137,9 @@ void LLFloaterPostcard::draw() // first set the max extents of our preview rect.translate(-rect.mLeft, -rect.mBottom); - rect.mLeft += 280; + rect.mLeft += 320; rect.mRight -= 10; - rect.mTop -= 20; + rect.mTop -= 27; rect.mBottom = rect.mTop - 130; // then fix the aspect ratio |