---
title: NSWindow.ToolbarStyle.unifiedCompact
framework: appkit
role: symbol
role_heading: Case
path: appkit/nswindow/toolbarstyle-swift.enum/unifiedcompact
---

# NSWindow.ToolbarStyle.unifiedCompact

A style indicating that the toolbar appears next to the window title and with reduced margins to allow more focus on the window’s contents.

## Declaration

```swift
case unifiedCompact
```

## See Also

### Styles

- [NSWindow.ToolbarStyle.automatic](appkit/nswindow/toolbarstyle-swift.enum/automatic.md)
- [NSWindow.ToolbarStyle.expanded](appkit/nswindow/toolbarstyle-swift.enum/expanded.md)
- [NSWindow.ToolbarStyle.preference](appkit/nswindow/toolbarstyle-swift.enum/preference.md)
- [NSWindow.ToolbarStyle.unified](appkit/nswindow/toolbarstyle-swift.enum/unified.md)
