Skip to content

Commit

Permalink
Add minLines to bottom text
Browse files Browse the repository at this point in the history
Avoid text box changing size once projection happens
  • Loading branch information
darryl-lynch committed Dec 20, 2024
1 parent 0f1f61d commit 3d33d80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ fun ProjectGeometryScreen(sampleName: String) {
Text(
text =
stringResource(R.string.title_text) + "\n" +
infoText
infoText,
minLines = 3
)
}

Expand Down

0 comments on commit 3d33d80

Please sign in to comment.