diff options
| author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-15 20:57:34 +0200 | 
|---|---|---|
| committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-15 20:57:34 +0200 | 
| commit | 9ebd99d8ae5f1939a1fe48349820c7c6ed6c06a4 (patch) | |
| tree | 4ccf661fcbd5430b3e09acd106151bf1881d1e4e /indra/newview | |
| parent | b20e7dcb7221a949318f0dbe3084f82b3f8d6173 (diff) | |
Fixed low bug (EXT-5251) Status text isn't aligned to top in inventory SP
- Changed status textbox rect in folder view.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
| -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)); | 
