Kaydet (Commit) 847b6169 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Enable one more level of zooming in, just for fun

Change-Id: I7181199363f93dd7da851674c7f593f509082475
üst 710c3920
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{ {
self = [super initWithFrame:frame]; self = [super initWithFrame:frame];
if (self) { if (self) {
const int MAXZOOM = 4; const int MAXZOOM = 8;
[self setMaximumZoomScale:MAXZOOM]; [self setMaximumZoomScale:MAXZOOM];
[self setDelegate:self]; [self setDelegate:self];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment