mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
perf: add subs link input maxLines
This commit is contained in:
parent
72e0f0fc7d
commit
ba48c487b0
|
@ -204,7 +204,7 @@ fun useSubsManagePage(): ScaffoldExt {
|
|||
OutlinedTextField(
|
||||
value = link,
|
||||
onValueChange = { link = it.trim() },
|
||||
maxLines = 2,
|
||||
maxLines = 8,
|
||||
textStyle = LocalTextStyle.current.copy(fontSize = 14.sp),
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user