Fix gutter constants.

This commit is contained in:
Matthew Chen 2018-06-22 16:56:33 -04:00
parent 0b04397e21
commit 53b1ae6a36

View file

@ -53,10 +53,10 @@ public class ConversationLayoutInfo: NSObject {
private func updateProperties() {
if thread.isGroupThread() {
gutterLeading = 16
gutterLeading = 40
gutterTrailing = 20
} else {
gutterLeading = 40
gutterLeading = 16
gutterTrailing = 20
}
// TODO: Should these be symmetric? Should they reflect the other gutters?