If I add a number of NSTabViewItems to an NSTabViewController, the tab view item buttons are sized according to the length of the label text. With different texts for each label this can result in NSTabViewItem buttons that have vastly different sizes.
Is there a way to set the button sizes/widths to a specific size in IB? Can it be done dynamically in code?