New Features #1

Open
marvinelsen wants to merge 76 commits from develop into main
Showing only changes of commit 4b84ec5a82 - Show all commits

View File

@ -26,6 +26,7 @@ class SentenceCellFactory(private val config: Config) : Callback<ListView<Senten
private class SentenceCell(private val config: Config) : ListCell<SentenceFx?>() {
private val labelSentence = Label().apply {
styleClass.add("sentence")
isWrapText = true
}
private val root = VBox(labelSentence)