Skip to content

Commit 4d1c60c

Browse files
rename full to original in AspectRatios
1 parent 3a5dd37 commit 4d1c60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cropper/src/main/java/com/smarttoolfactory/cropper/model/AspectRatios.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ val aspectRatios = listOf(
1717
aspectRatio = AspectRatio(2 / 3f)
1818
),
1919
CropAspectRatio(
20-
title = "Full",
20+
title = "Original",
2121
shape = createRectShape(AspectRatio.Unspecified),
2222
aspectRatio = AspectRatio.Unspecified
2323
),

0 commit comments

Comments
 (0)