One more line for description

This commit is contained in:
David Kaspar
2025-06-29 18:33:30 +01:00
parent 285603cc0f
commit fb9c070ee6

View File

@@ -366,7 +366,7 @@ fun SettingsRow(
text = stringRes(description),
style = MaterialTheme.typography.bodySmall,
color = Color.Gray,
maxLines = 2,
maxLines = 3,
overflow = TextOverflow.Ellipsis,
)
}