Merge branch 'charlesmchen/tweakScrollDownButtonMargins'

This commit is contained in:
Michael Kirk 2017-10-03 11:19:02 -04:00
commit ba15f7775e
1 changed files with 1 additions and 1 deletions

View File

@ -3126,7 +3126,7 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
[circleView autoSetDimension:ALDimensionWidth toSize:kCircleSize];
[circleView autoSetDimension:ALDimensionHeight toSize:kCircleSize];
const CGFloat kButtonSize = kCircleSize + 15.f;
const CGFloat kButtonSize = kCircleSize + 2 * 15.f;
UIButton *scrollDownButton = [UIButton buttonWithType:UIButtonTypeCustom];
self.scrollDownButton = scrollDownButton;
[scrollDownButton addTarget:self