From b9443172e78669b78d3bd3fa4f20e1b202d9c741 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 22 Dec 2023 18:18:23 -0800 Subject: Fix issue where some servers mark transactions with isReply field but not as a reply transaction type. --- Hotline/macOS/ChatView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline/macOS/ChatView.swift') diff --git a/Hotline/macOS/ChatView.swift b/Hotline/macOS/ChatView.swift index f16ac8b..2b6d10b 100644 --- a/Hotline/macOS/ChatView.swift +++ b/Hotline/macOS/ChatView.swift @@ -51,7 +51,7 @@ struct ChatView: View { .padding(16) } .scrollBounceBehavior(.basedOnSize) - .frame(maxHeight: 325) + .frame(maxHeight: 375) // Divider() // -- cgit