From cb20c6a57cdfafea8dce05d5798d565496b07775 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 13 Dec 2018 10:52:54 +0300 Subject: Decrease quote spacing --- Juick/Views/MessageCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) { -- cgit v1.2.3