aboutsummaryrefslogtreecommitdiff
path: root/Hotline/MacApp.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2025-10-25 17:03:02 -0700
committerDustin Mierau <dustin@mierau.me>2025-10-25 17:03:02 -0700
commit9857e39c81ce73d4347fa026a031c8389e42c3f3 (patch)
tree80fef947642aacb33d6e588cb7d8756bf4ad8eb8 /Hotline/MacApp.swift
parent3b3b965842c47939ca54d0d1cbdf469346847f14 (diff)
Experiement with better socket options.
Diffstat (limited to 'Hotline/MacApp.swift')
-rw-r--r--Hotline/MacApp.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/MacApp.swift b/Hotline/MacApp.swift
index 0682c1d..5d1b912 100644
--- a/Hotline/MacApp.swift
+++ b/Hotline/MacApp.swift
@@ -189,7 +189,7 @@ struct Application: App {
Server(name: nil, description: nil, address: "")
}
.modelContainer(self.modelContainer)
- .defaultSize(width: 750, height: 700)
+ .defaultSize(width: 690, height: 760)
.defaultPosition(.center)
.onChange(of: activeServerState) {
AppState.shared.activeServerState = activeServerState