From 929615ab0c146d1e9d7a3b64db3206d3c750aa3b Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 9 Jul 2018 11:48:45 -0400 Subject: [PATCH] Tweak sender avatar sizes. --- .../src/ViewControllers/ConversationView/Cells/OWSMessageCell.m | 2 +- SignalMessaging/utils/ConversationStyle.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m index 03bbc823b..b78f27757 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m @@ -369,7 +369,7 @@ NS_ASSUME_NONNULL_BEGIN - (NSUInteger)avatarSize { - return 24.f; + return 36.f; } - (void)otherUsersProfileDidChange:(NSNotification *)notification diff --git a/SignalMessaging/utils/ConversationStyle.swift b/SignalMessaging/utils/ConversationStyle.swift index 25fc91c9e..7abd3fcc0 100644 --- a/SignalMessaging/utils/ConversationStyle.swift +++ b/SignalMessaging/utils/ConversationStyle.swift @@ -80,7 +80,7 @@ public class ConversationStyle: NSObject { @objc public func updateProperties() { if thread.isGroupThread() { - gutterLeading = 40 + gutterLeading = 52 gutterTrailing = 20 } else { gutterLeading = 16