🚀 Increase maximum values for Paragraph and Line height
Increased maximum values for Paragraph and Line height 16pt → 24pt and 24pt → 36pt respectively.
This commit is contained in:
parent
c23609a71c
commit
49ed8e7696
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ fun LazyItemScope.LineHeightSetting(
|
|||
value = state.value.lineHeight!! to "pt",
|
||||
modifier = Modifier.animateItem(),
|
||||
fromValue = 1,
|
||||
toValue = 16,
|
||||
toValue = 24,
|
||||
title = stringResource(id = R.string.line_height_option),
|
||||
onValueChange = {
|
||||
onMainEvent(
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ fun LazyItemScope.ParagraphHeightSetting(
|
|||
value = state.value.paragraphHeight!! to "pt",
|
||||
modifier = Modifier.animateItem(),
|
||||
fromValue = 0,
|
||||
toValue = 24,
|
||||
toValue = 36,
|
||||
title = stringResource(id = R.string.paragraph_height_option),
|
||||
onValueChange = {
|
||||
onMainEvent(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue