diff options
author | Richard Linden <none@none> | 2012-01-18 16:31:05 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-18 16:31:05 -0800 |
commit | e4d4dbd6865a21b6e0027976b9b958cce8eed2c2 (patch) | |
tree | db56bf2e8bb976cb38edae163203c951c0d1af8d /indra/llui/llscrolllistcell.cpp | |
parent | 916d61e4600df58329524e59c06d9621cab02393 (diff) | |
parent | 3a597af700e55e2017c85220b2b97cc9f3aef9aa (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
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, |