Fix minView
This commit is contained in:
@@ -26,7 +26,7 @@ struct ContentView: View {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.frame(minWidth: 600, minHeight: 400)
|
.frame(minWidth: 640, minHeight: 400)
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
.onKeyPress(.return, phases: .down) { press in
|
.onKeyPress(.return, phases: .down) { press in
|
||||||
if press.modifiers.contains(.command) {
|
if press.modifiers.contains(.command) {
|
||||||
|
|||||||
Reference in New Issue
Block a user