diff --git a/Sources/Secretive/Views/SetupView.swift b/Sources/Secretive/Views/SetupView.swift index 2cf6e51..ffd142c 100644 --- a/Sources/Secretive/Views/SetupView.swift +++ b/Sources/Secretive/Views/SetupView.swift @@ -26,7 +26,7 @@ struct SetupView: View { } } } - .frame(idealWidth: 500, idealHeight: 500) + .frame(minWidth: 500, idealWidth: 500, minHeight: 500, idealHeight: 500) }