New Features #1

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

View File

@ -24,7 +24,7 @@ class DictionaryEntryCellFactory(private val resources: ResourceBundle, private
}
companion object {
private const val CELL_PADDING = 16
private const val CELL_PADDING = 24
}
}