I want to add two touching items, such as a forward and back button, to NSToolbar
, like so:
NSToolbar
seems to add horizontal margins by default, for each item, like this:
I checked out the XIB source code under the toolbarItem
node, and there is no property/attribute that would provide a margin or padding.
Thanks for your help!
NSSegmentedControl
work? – ConjugateNSSegmentedControl
shows its own border, and doesn't allow me to set anNSView
for a segment--only images or labels. – Selfinduced