summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/photoeditor/filters/StraightenFilter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/photoeditor/filters/StraightenFilter.java b/src/com/android/gallery3d/photoeditor/filters/StraightenFilter.java
index dffdf507c..bf4ace589 100644
--- a/src/com/android/gallery3d/photoeditor/filters/StraightenFilter.java
+++ b/src/com/android/gallery3d/photoeditor/filters/StraightenFilter.java
@@ -28,7 +28,7 @@ import com.android.gallery3d.photoeditor.Photo;
public class StraightenFilter extends Filter {
public static final Creator<StraightenFilter> CREATOR = creatorOf(StraightenFilter.class);
- public static final float MAX_DEGREES = 30.0f;
+ public static final float MAX_DEGREES = 45.0f;
private float degrees;