Skip to content

Commit

Permalink
Fix default margins for compound messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailGasanov committed May 23, 2019
1 parent 00ffd24 commit f9d055a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public extension BaseMessageCollectionViewCellDefaultStyle { // Default values
}

static public func createDefaultLayoutConstants() -> BaseMessageCollectionViewCellLayoutConstants {
return BaseMessageCollectionViewCellLayoutConstants(horizontalMargin: 11,
return BaseMessageCollectionViewCellLayoutConstants(horizontalMargin: 6,
horizontalInterspacing: 4,
horizontalTimestampMargin: 11,
maxContainerWidthPercentageForBubbleView: 0.68)
Expand Down

0 comments on commit f9d055a

Please sign in to comment.