mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-03-29 19:04:21 +00:00
Merge pull request #314 from johnyleebrown/SPARK-1876
SPARK-1876: Spark history window should wrap text
This commit is contained in:
@ -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){
|
||||
|
||||
Reference in New Issue
Block a user