summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-13 10:52:54 +0300
committerGravatar Vitaly Takmazov2018-12-13 10:52:54 +0300
commitcb20c6a57cdfafea8dce05d5798d565496b07775 (patch)
treec7e5db7e86421ee9e6b95941e30621c9f731ec0b
parentc14fd6a9e81ae04470c69ce831503d67ff8e06bb (diff)
Decrease quote spacing
-rw-r--r--Juick/Views/MessageCell.m2
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"]) {