Skip to content

Commit

Permalink
Maybe 24 is big enough.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Apr 1, 2014
1 parent 0d44f77 commit b910d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IOSKnobControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ - (CGFloat)titleCircumferenceWithFontSize:(CGFloat)fontSize
- (CGFloat)fontSizeForTitles
{
CGFloat fontSize;
CGFloat fontSizes[] = { 36.0, 24.0, 18.0, 14.0, 12.0, 10.0 };
CGFloat fontSizes[] = { /* 36.0, */ 24.0, 18.0, 14.0, 12.0, 10.0 };

double angle = _circular ? 2.0*M_PI : _max - _min;

Expand Down

0 comments on commit b910d1b

Please sign in to comment.