diff --git a/src/main/kotlin/com/marvinelsen/willow/config/Config.kt b/src/main/kotlin/com/marvinelsen/willow/config/Config.kt index c04afc8..1a3b423 100644 --- a/src/main/kotlin/com/marvinelsen/willow/config/Config.kt +++ b/src/main/kotlin/com/marvinelsen/willow/config/Config.kt @@ -133,7 +133,7 @@ class DetailsConfig(private val preferences: Preferences) { private const val PRONUNCIATION_FONT_SIZE_KEY = "detailsPronunciationFontSize" private val DEFAULT_PRONUNCIATION = Pronunciation.PINYIN_WITH_TONE_MARKS - private const val DEFAULT_HEADWORD_FONT_SIZE = 40 + private const val DEFAULT_HEADWORD_FONT_SIZE = 50 private const val DEFAULT_PRONUNCIATION_FONT_SIZE = 16 }