---
title: NSControl.ControlSize.small
framework: appkit
role: symbol
role_heading: Case
path: appkit/nscontrol/controlsize-swift.enum/small
---

# NSControl.ControlSize.small

A size smaller than the default control size.

## Declaration

```swift
case small
```

## Discussion

Discussion This constant is for controls that can’t be resized in one direction, such as push buttons, radio buttons, checkboxes, sliders, scroll bars, pop-up buttons, tabs, and progress indicators. Use a small system font with a small control.

## See Also

### Sizing Controls

- [NSControl.ControlSize.mini](appkit/nscontrol/controlsize-swift.enum/mini.md)
- [NSControl.ControlSize.regular](appkit/nscontrol/controlsize-swift.enum/regular.md)
- [NSControl.ControlSize.large](appkit/nscontrol/controlsize-swift.enum/large.md)
