mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Login settings are set.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5116 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -428,7 +428,7 @@ public class TranscriptWindow extends ChatArea {
|
||||
|
||||
// Agent color is always blue
|
||||
StyleConstants.setBold(styles, false);
|
||||
StyleConstants.setForeground(styles, Color.LIGHT_GRAY);
|
||||
StyleConstants.setForeground(styles, Color.GRAY);
|
||||
final Document doc = getDocument();
|
||||
styles.removeAttribute("link");
|
||||
|
||||
@ -437,7 +437,7 @@ public class TranscriptWindow extends ChatArea {
|
||||
|
||||
// Reset Styles for message
|
||||
StyleConstants.setBold(styles, false);
|
||||
setForeground(Color.LIGHT_GRAY);
|
||||
setForeground(Color.gray);
|
||||
setText(message);
|
||||
setForeground(Color.BLACK);
|
||||
insertText("\n");
|
||||
|
||||
Reference in New Issue
Block a user