style: bump onboarding height to 840px

This commit is contained in:
Peter Steinberger
2025-12-07 22:58:05 +01:00
parent 0fba7d41a6
commit 891e1388ba

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: 680, height: 720))
window.setContentSize(NSSize(width: 680, height: 840))
window.styleMask = [.titled, .closable, .fullSizeContentView]
window.titlebarAppearsTransparent = true
window.titleVisibility = .hidden