We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e0c29 commit d35a16eCopy full SHA for d35a16e
profile/src/main/java/no/nordicsemi/android/toolbox/profile/view/uart/OutputSection.kt
@@ -62,7 +62,7 @@ internal fun OutputSection(
62
title = "Messages",
63
modifier = Modifier
64
.fillMaxWidth()
65
- .padding(8.dp),
+ .padding(16.dp),
66
menu = { Menu(onEvent) }
67
)
68
@@ -76,7 +76,7 @@ internal fun OutputSection(
76
LazyColumn(
77
state = listState,
78
79
- .padding(8.dp)
+ .padding(16.dp)
80
.heightIn(max = 500.dp), // Set a fixed height for the message area
81
verticalArrangement = Arrangement.spacedBy(8.dp)
82
) {
0 commit comments