diff options
author | Vitaly Takmazov | 2018-12-13 10:52:54 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-13 10:52:54 +0300 |
commit | cb20c6a57cdfafea8dce05d5798d565496b07775 (patch) | |
tree | c7e5db7e86421ee9e6b95941e30621c9f731ec0b /Juick/Views/MessageCell.m | |
parent | c14fd6a9e81ae04470c69ce831503d67ff8e06bb (diff) |
Decrease quote spacing
Diffstat (limited to 'Juick/Views/MessageCell.m')
-rw-r--r-- | Juick/Views/MessageCell.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/Views/MessageCell.m b/Juick/Views/MessageCell.m index 2686adf..fb6e831 100644 --- a/Juick/Views/MessageCell.m +++ b/Juick/Views/MessageCell.m @@ -91,7 +91,7 @@ NSMutableParagraphStyle *paragraphStyle = [[NSParagraphStyle defaultParagraphStyle] mutableCopy]; paragraphStyle.firstLineHeadIndent = 12.0f; paragraphStyle.headIndent = 12.0f; - paragraphStyle.paragraphSpacing = 12.0f; + paragraphStyle.paragraphSpacing = 6.0f; [txt addAttribute:NSParagraphStyleAttributeName value:paragraphStyle range:currentRange]; } if ([entity.type isEqualToString:@"u"]) { |