diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llfolderview.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 888ddbcbc7..68faaeaa0b 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -236,9 +236,9 @@ LLFolderView::LLFolderView(const Params& p)  	LLTextBox::Params text_p;  	LLFontGL* font = getLabelFontForStyle(mLabelStyle);  	LLRect new_r = LLRect(rect.mLeft + ICON_PAD, -						  rect.mTop - TEXT_PAD, -						  rect.mRight, -						  rect.mTop - TEXT_PAD - font->getLineHeight()); +			      rect.mTop - TEXT_PAD, +			      rect.mRight, +			      rect.mTop - TEXT_PAD - llfloor(font->getLineHeight()));  	text_p.rect(new_r);  	text_p.name(std::string(p.name));  	text_p.font(font); | 
