Skip to content

Commit 5a5953b

Browse files
updated aspect ratio
1 parent 2d1ed7b commit 5a5953b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jetsurvey/app/src/main/java/com/example/compose/jetsurvey/survey/SurveyQuestions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ private fun PhotoQuestion(
348348
modifier = Modifier
349349
.fillMaxWidth()
350350
.heightIn(96.dp)
351-
.aspectRatio(1.22f)
351+
.aspectRatio(4 / 3f)
352352
)
353353
} else {
354354
PhotoDefaultImage(modifier = Modifier.padding(horizontal = 86.dp, vertical = 74.dp))

0 commit comments

Comments
 (0)