Ideal width

This commit is contained in:
Max Goedjen 2025-09-14 15:38:33 -07:00
parent af77fd4a21
commit 67fe1c736f
No known key found for this signature in database

View File

@ -87,6 +87,7 @@ struct SetupView: View {
IntegrationsView() IntegrationsView()
.frame(minWidth: 500, minHeight: 400) .frame(minWidth: 500, minHeight: 400)
}) })
.frame(idealWidth: 600)
.fixedSize(horizontal: false, vertical: true) .fixedSize(horizontal: false, vertical: true)
} }
} }