fix(mac): shrink onboarding height

main
Peter Steinberger 2025-12-21 00:57:11 +00:00
parent d2fda411f3
commit de2fd659ab
1 changed files with 1 additions and 1 deletions

View File

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