From 52447b5e177c9d3b819427bce9c6883d23ed64fe Mon Sep 17 00:00:00 2001 From: Rune Olsen Date: Wed, 11 Feb 2026 22:42:05 +0100 Subject: [PATCH] Fix minView --- oAI/Views/Main/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oAI/Views/Main/ContentView.swift b/oAI/Views/Main/ContentView.swift index 255b05a..b5d25f2 100644 --- a/oAI/Views/Main/ContentView.swift +++ b/oAI/Views/Main/ContentView.swift @@ -26,7 +26,7 @@ struct ContentView: View { #endif } } - .frame(minWidth: 600, minHeight: 400) + .frame(minWidth: 640, minHeight: 400) #if os(macOS) .onKeyPress(.return, phases: .down) { press in if press.modifiers.contains(.command) {