diff --git a/Sources/Secretive/Views/Configuration/SetupView.swift b/Sources/Secretive/Views/Configuration/SetupView.swift index 5a2b5f5..df55855 100644 --- a/Sources/Secretive/Views/Configuration/SetupView.swift +++ b/Sources/Secretive/Views/Configuration/SetupView.swift @@ -87,6 +87,7 @@ struct SetupView: View { IntegrationsView() .frame(minWidth: 500, minHeight: 400) }) + .frame(idealWidth: 600) .fixedSize(horizontal: false, vertical: true) } }