File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -412,15 +412,15 @@ - (CGSize)sizeThatFits:(CGSize)size scope:(FSCalendarScope)scope
412
412
case FSCalendarScopeMonth: {
413
413
CGFloat height = weekdayHeight + headerHeight + [self .calculator numberOfRowsInMonth: _currentPage]*rowHeight + paddings;
414
414
// height += _scopeHandle.fs_height;
415
- // This was too much spacing. We arbitrarily decided that 12 was better.
416
- if (_showsScopeHandle) height += 12 ;
415
+ // This was too much spacing. We arbitrarily decided that 14 was better.
416
+ if (_showsScopeHandle) height += 14 ;
417
417
return CGSizeMake (size.width , height);
418
418
}
419
419
case FSCalendarScopeWeek: {
420
420
CGFloat height = weekdayHeight + headerHeight + rowHeight + paddings;
421
421
// height += _scopeHandle.fs_height;
422
- // This was too much spacing. We arbitrarily decided that 12 was better.
423
- if (_showsScopeHandle) height += 12 ;
422
+ // This was too much spacing. We arbitrarily decided that 14 was better.
423
+ if (_showsScopeHandle) height += 14 ;
424
424
return CGSizeMake (size.width , height);
425
425
}
426
426
}
You can’t perform that action at this time.
0 commit comments