Wrap example sentences
This commit is contained in:
parent
039cb7e0a8
commit
4b84ec5a82
@ -26,6 +26,7 @@ class SentenceCellFactory(private val config: Config) : Callback<ListView<Senten
|
|||||||
private class SentenceCell(private val config: Config) : ListCell<SentenceFx?>() {
|
private class SentenceCell(private val config: Config) : ListCell<SentenceFx?>() {
|
||||||
private val labelSentence = Label().apply {
|
private val labelSentence = Label().apply {
|
||||||
styleClass.add("sentence")
|
styleClass.add("sentence")
|
||||||
|
isWrapText = true
|
||||||
}
|
}
|
||||||
private val root = VBox(labelSentence)
|
private val root = VBox(labelSentence)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user