Fix horizontal scrollbar showing up on search results listview

This commit is contained in:
Marvin Elsen 2024-10-17 21:33:25 +02:00
parent 6f59af3cde
commit e028bed311
Signed by: marvinelsen
GPG Key ID: 820672408CC318C2

View File

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