I would like to create a tall, thin toolbar for my application but I
can't seem to create a panel thin enough. I'm thinking about 30 pixels
wide. It seems as though I cannot go thinner than 59 pixels for a
panel, if I remove the text for the title of the panel.
Is it possible to go thinner?
Have you checked the minimum/maximum size settings in the "Size"
pane of the window inspector? If that isn't sufficient, you can
definitely create narrower windows from code, using alloc/
initWithFrame:style:... (or whatever the exact name of NSWindow's
init method was). So, you may be running at a limitation in Interface
Builder, at worst.