Tweak sender avatar sizes.

pull/1/head
Matthew Chen 7 years ago
parent 2763f7bd2d
commit 929615ab0c

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

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

Loading…
Cancel
Save