diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-02-15 21:24:01 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-02-15 21:24:01 +0200 |
commit | 699f44ca85e9d2bc38fc847047b13fbb189c0651 (patch) | |
tree | 6ea65d8992920e924ab6a8239b5c904425f718b3 | |
parent | c97704b394058319fa12def0279cfc5b133bb213 (diff) | |
parent | 9ebd99d8ae5f1939a1fe48349820c7c6ed6c06a4 (diff) |
Merge
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llfolderview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 8dbdfff635..3230402bdc 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -234,7 +234,7 @@ LLFolderView::LLFolderView(const Params& p) // Textbox LLTextBox::Params text_p; - LLRect new_r(5, 13-50, 300, 0-50); + LLRect new_r(5, 40, 300, 40-13); text_p.name(std::string(p.name)); text_p.rect(new_r); text_p.font(getLabelFontForStyle(mLabelStyle)); |