From 67fe1c736fdf030cdfb85465a7a12878f1f6f503 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 14 Sep 2025 15:38:33 -0700 Subject: [PATCH] Ideal width --- Sources/Secretive/Views/Configuration/SetupView.swift | 1 + 1 file changed, 1 insertion(+) 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) } }