aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/ChatView.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2023-12-22 18:18:23 -0800
committerDustin Mierau <dustin@mierau.me>2023-12-22 18:18:23 -0800
commitb9443172e78669b78d3bd3fa4f20e1b202d9c741 (patch)
tree0bfe7a307e569e57296d3666385667329a6d5d8a /Hotline/macOS/ChatView.swift
parentecf1f38892d3cac2eb8e7c04d8afb80664b80a54 (diff)
Fix issue where some servers mark transactions with isReply field but not as a reply transaction type.
Diffstat (limited to 'Hotline/macOS/ChatView.swift')
-rw-r--r--Hotline/macOS/ChatView.swift2
1 files changed, 1 insertions, 1 deletions
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()
//