Skip to content

Commit

Permalink
Scale max
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbrianhall committed Dec 19, 2024
1 parent d00adb0 commit 8b3f33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/wizardscastle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ public class TerminalView extends View {
private boolean keyboardVisible = false;
private InputMethodManager imm;
private ScaleGestureDetector scaleDetector;
private static final float MIN_SCALE = 0.5f;
private static final float MAX_SCALE = 3.0f;
private static final float MIN_SCALE = 1.0f;
private static final float MAX_SCALE = 4.0f;
private GestureDetector gestureDetector;
private Scroller scroller;
private float scrollX = 0;
Expand Down

0 comments on commit 8b3f33e

Please sign in to comment.