Ideal width (#713)

This commit is contained in:
Max Goedjen
2025-09-14 15:41:05 -07:00
gecommit door GitHub
bovenliggende af77fd4a21
commit 8213a8b451

Bestand weergeven

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