Merge branch 'charlesmchen/retweakSenderAvatarSizes'

pull/1/head
Matthew Chen 7 years ago
commit e6e945b788

@ -369,7 +369,7 @@ NS_ASSUME_NONNULL_BEGIN
- (NSUInteger)avatarSize - (NSUInteger)avatarSize
{ {
return 24.f; return 36.f;
} }
- (void)otherUsersProfileDidChange:(NSNotification *)notification - (void)otherUsersProfileDidChange:(NSNotification *)notification

@ -80,7 +80,7 @@ public class ConversationStyle: NSObject {
@objc @objc
public func updateProperties() { public func updateProperties() {
if thread.isGroupThread() { if thread.isGroupThread() {
gutterLeading = 40 gutterLeading = 52
gutterTrailing = 20 gutterTrailing = 20
} else { } else {
gutterLeading = 16 gutterLeading = 16

Loading…
Cancel
Save