Skip to content

Commit

Permalink
Increased default font size
Browse files Browse the repository at this point in the history
  • Loading branch information
alskipp committed Apr 19, 2014
1 parent 6e50e7a commit 15a8837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASProgressPopupView/ASProgressPopupView.m
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ - (void)setup
[self addSubview:self.popUpView];

self.textColor = [UIColor whiteColor];
self.font = [UIFont boldSystemFontOfSize:22.0f];
self.font = [UIFont boldSystemFontOfSize:24.0f];
}

// ensure animation restarts if app is closed then becomes active again
Expand Down

0 comments on commit 15a8837

Please sign in to comment.