style: increase onboarding window height

This commit is contained in:
Peter Steinberger
2025-12-07 18:59:11 +01:00
parent d463c82c95
commit 8a8ac1ffe6

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