From e6beb0e650fd4997aa74eca12eacdc028aefb2dd Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 25 Sep 2019 18:51:55 -0700 Subject: [PATCH] tweak sender avatar per design --- .../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 5fc474a0f5..da01fca01b 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m @@ -324,7 +324,7 @@ NS_ASSUME_NONNULL_BEGIN - (NSUInteger)avatarSize { - return 36.f; + return 28.f; } - (void)otherUsersProfileDidChange:(NSNotification *)notification diff --git a/SignalMessaging/utils/ConversationStyle.swift b/SignalMessaging/utils/ConversationStyle.swift index fb44dbc95d..f3370386c7 100644 --- a/SignalMessaging/utils/ConversationStyle.swift +++ b/SignalMessaging/utils/ConversationStyle.swift @@ -92,7 +92,7 @@ public class ConversationStyle: NSObject { @objc public func updateProperties() { if thread.isGroupThread() { - gutterLeading = 52 + gutterLeading = 48 gutterTrailing = 16 } else { gutterLeading = 16