Fix minView

This commit is contained in:
2026-02-11 22:42:05 +01:00
parent f89fda3482
commit 52447b5e17

View File

@@ -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) {