style: enlarge onboarding window to fit full permission list

This commit is contained in:
Peter Steinberger
2025-12-07 18:38:00 +01:00
parent 855976df84
commit d57ebb3c94

View File

@@ -20,7 +20,7 @@ final class OnboardingController {
let hosting = NSHostingController(rootView: OnboardingView())
let window = NSWindow(contentViewController: hosting)
window.title = UIStrings.welcomeTitle
window.setContentSize(NSSize(width: 640, height: 560))
window.setContentSize(NSSize(width: 680, height: 660))
window.styleMask = [.titled, .closable, .fullSizeContentView]
window.titlebarAppearsTransparent = true
window.titleVisibility = .hidden