Fix gutter constants.

pull/1/head
Matthew Chen 7 years ago
parent 0b04397e21
commit 53b1ae6a36

@ -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?

Loading…
Cancel
Save