All pastes #1904596 Raw Edit

Something

public diff v1 · immutable
#1904596 ·published 2010-07-20 16:53 UTC
rendered paste body
Index: indra/newview/llconsole.cpp===================================================================--- indra/newview/llconsole.cpp	(revision 2261)+++ indra/newview/llconsole.cpp	(working copy)@@ -182,10 +182,10 @@  	F32 line_height = mFont->getLineHeight(); -	S32 message_spacing=4;+	S32 message_spacing=0; 	 //080813 Spatters:  This section makes a single huge black box behind all the text.-	S32 bkg_height=4;+	S32 bkg_height=8; 	S32 bkg_width=0; 	for(paragraph_it = mParagraphs.rbegin(); paragraph_it != mParagraphs.rend(); paragraph_it++) 	{