Skip to content

Commit f734488

Browse files
committed
Set default textSizeOverview to 16sp
1 parent 6066031 commit f734488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/philkes/notallyx/presentation/viewmodel/preference/NotallyXPreferences.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class NotallyXPreferences private constructor(private val context: Context) {
4141
R.string.text_size_note_editor,
4242
)
4343
val textSizeOverview =
44-
FloatPreference("textSizeOverview", preferences, 14f, 12f, 32f, R.string.text_size_overview)
44+
FloatPreference("textSizeOverview", preferences, 16f, 12f, 32f, R.string.text_size_overview)
4545
val dateFormat =
4646
createEnumPreference(preferences, "dateFormat", DateFormat.RELATIVE, R.string.date_format)
4747
val applyDateFormatInNoteView =

0 commit comments

Comments
 (0)