Ideal width (#713)

This commit is contained in:
Max Goedjen 2025-09-14 15:41:05 -07:00 committed by GitHub
parent af77fd4a21
commit 8213a8b451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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