rendered paste bodyIndex: 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++) {