tweak help copy and ui

This commit is contained in:
Craig Raw
2020-10-06 14:50:25 +02:00
parent 639e145672
commit 3c6adafc15
5 changed files with 13 additions and 9 deletions
@@ -36,7 +36,7 @@ public class HelpLabel extends Label {
private StringProperty helpText;
public final void setHelpText(String value) {
helpTextProperty().setValue(value);
helpTextProperty().setValue(value.replace("\\n", "\n"));
}
public final String getHelpText() {