Compose-Settings icon indicating copy to clipboard operation
Compose-Settings copied to clipboard

[Feature request] Subtitle heigh optional

Open zenyagami opened this issue 3 years ago • 2 comments

Currently there is a limitation of the sutitle size, if the text is more than 2 lines, the subtitle is cutted example code in SettingsTileScaffold val maxHeight = if (subtitle == null) 72.dp else 88.dp event if my composable supports 3 lines, the max line of 88.dp make this not possible, would be great to add as an optional parameter so we can override or as modifier. Thanks a lot!!

zenyagami avatar Mar 10 '23 19:03 zenyagami

Hi @zenyagami !

Can you provide an example screenshot of the problem?

Also, would yo open a PR?

alorma avatar Mar 11 '23 10:03 alorma

@alorma Gladly, seems that the issue is in Preference from m3, I created a PR Here

zenyagami avatar Mar 14 '23 13:03 zenyagami