diff --git a/Outpost/OutpostApp.swift b/Outpost/OutpostApp.swift index 38fd726..7247a39 100644 --- a/Outpost/OutpostApp.swift +++ b/Outpost/OutpostApp.swift @@ -40,7 +40,9 @@ struct OutpostApp: App { // the same collection/document name, it visibly duplicated, with the // system back button sandwiched between the two. `.navigationTitle` // stays set (for the Window menu / Mission Control), just hidden here. - .windowToolbarStyle(.unifiedCompact(showsTitle: false)) + // `.unified` (not `.unifiedCompact`) keeps the toolbar at normal + // height — compact is a shorter style, not merely "unified minus title". + .windowToolbarStyle(.unified(showsTitle: false)) .commands { CommandGroup(replacing: .appInfo) { Button("About Outpost") {