Skip to content

Commit

Permalink
update: run screen actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Nov 22, 2024
1 parent 12f5270 commit 09b6cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private fun DescriptorItem(
onClick = null,
modifier = Modifier.padding(end = 24.dp),
)
TestDescriptorLabel(descriptor)
TestDescriptorLabel(descriptor, modifier = Modifier.weight(1f))
IconButton(onClick = { onDropdownToggled() }) {
Icon(
painterResource(
Expand Down

0 comments on commit 09b6cde

Please sign in to comment.