style: increase onboarding window height

main
Peter Steinberger 2025-12-07 18:59:11 +01:00
parent d463c82c95
commit 8a8ac1ffe6
1 changed files with 1 additions and 1 deletions

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