---
title: prefersEqualWidths
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsgrouptouchbaritem/prefersequalwidths
---

# prefersEqualWidths

A Boolean value that specifies that items should have equal widths when possible.

## Declaration

```swift
var prefersEqualWidths: Bool { get set }
```

## Discussion

Discussion When true, items in the groupTouchBar are sized to have equal widths when possible. The default value is false.

## See Also

### Configuring item width

- [preferredItemWidth](appkit/nsgrouptouchbaritem/preferreditemwidth.md)
