Merge pull request #314 from johnyleebrown/SPARK-1876

SPARK-1876: Spark history window should wrap text
This commit is contained in:
wroot
2017-03-16 11:51:21 +02:00
committed by GitHub

View File

@ -236,7 +236,7 @@ public class HistoryTranscript extends SwingWorker {
String value = "(" + messageDateFormatter.format(message.getDate()) + ") ";
builder.append("<tr valign=top><td colspan=2 nowrap>");
builder.append("<tr valign=top><td colspan=2>");
builder.append("<font face=dialog size=3 color='").append(color).append("'>");
builder.append(value);
if (broadcastnick == null){