diff options
Diffstat (limited to 'Hotline/MacApp.swift')
| -rw-r--r-- | Hotline/MacApp.swift | 2 |
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 |