Huge renderer update (WIP). Still plenty to do, especially pertaining to UI.
-Nametag bubble visbility is oddly inconsistent. May vanish with future planned UI merges... -VBOs are PAINFULLY slow on ATI hardware. This repos self-compiled davep/shining-fixes branch, so I'll leave the ball in LL's court for now regarding that.
This commit is contained in:
@@ -135,7 +135,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const std::string& subject,
|
||||
: LLTextBox(name, rect, text, font)
|
||||
{
|
||||
setHAlign(LLFontGL::RIGHT);
|
||||
setFontStyle(LLFontGL::DROP_SHADOW_SOFT);
|
||||
setFontShadow(LLFontGL::DROP_SHADOW_SOFT);
|
||||
setBorderVisible(FALSE);
|
||||
setColor( gColors.getColor("GroupNotifyTextColor") );
|
||||
setBackgroundColor( gColors.getColor("GroupNotifyBoxColor") );
|
||||
|
||||
Reference in New Issue
Block a user