diff options
author | Richard Linden <none@none> | 2012-01-19 19:44:15 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-19 19:44:15 -0800 |
commit | 4fa9f2892b7a9967f9e97228c17e7b277fc56aae (patch) | |
tree | c7e330b71e4d5127902f9b4fc5fbeabadf021a15 /indra/llui/llscrolllistcell.cpp | |
parent | 9de0b5ed4891dcfcb54e35d9bb0401309455d66a (diff) | |
parent | 19320842ebc39c1b528a2107323f9e918d688177 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge
Diffstat (limited to 'indra/llui/llscrolllistcell.cpp')
-rw-r--r-- | indra/llui/llscrolllistcell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistcell.cpp b/indra/llui/llscrolllistcell.cpp index 9d25c7180d..b087602a56 100644 --- a/indra/llui/llscrolllistcell.cpp +++ b/indra/llui/llscrolllistcell.cpp @@ -329,7 +329,7 @@ void LLScrollListText::draw(const LLColor4& color, const LLColor4& highlight_col break; } mFont->render(mText.getWString(), 0, - start_x, 2.f, + start_x, 0.f, display_color, mFontAlignment, LLFontGL::BOTTOM, |