tweaked formatting of chat history #story[1246]

This commit is contained in:
Peter Galloway
2017-08-31 17:06:13 +12:00
parent ba8e333d81
commit 01ca3f3453
@@ -659,7 +659,7 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
}
public void updateChatHistory(Paint playerColour, String newMessage) {
Platform.runLater(() -> chatHistory.appendText(newMessage + '\n'));
Platform.runLater(() -> chatHistory.appendText(newMessage + "\n\n"));
}
}