Fix internal issue with scroll column header font

This commit is contained in:
Lirusaito
2013-07-15 01:57:28 -04:00
parent 75c4503a46
commit 1ef0cba32c

View File

@@ -55,6 +55,8 @@ LLScrollColumnHeader::LLScrollColumnHeader(const std::string& name, const LLRect
setImageDisabled(unselected);
setImageDisabledSelected(selected);
}
setFont(LLFontGL::getFontSansSerifSmall());
setHAlign(LLFontGL::LEFT);
// resize handles on left and right
const S32 RESIZE_BAR_THICKNESS = 3;