From 8213a8b451a4030e6d9c1249f1bc12ce6dd2a4ed Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 14 Sep 2025 15:41:05 -0700 Subject: [PATCH] Ideal width (#713) --- 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) } }