Hiding Application Name over Toolbar?

I have a toolbar (NSToolbar) through a window controller (NSWindowController). I don't know which Xcode version does it, but the toolbar shows the name of the application next to the three window buttons. Can we hide the name? Old desktop applications that I developed several years ago don't show the name. I hope I can hide it.

Muchos thankos.

Accepted Reply

Did you check in the Attributes Inspector if you have a title or not for the window ?

If so, remove it (and hit Return)

  • I didn't know there's a solution in NSWindow. Thanks a lot.

Add a Comment

Replies

Did you check in the Attributes Inspector if you have a title or not for the window ?

If so, remove it (and hit Return)

  • I didn't know there's a solution in NSWindow. Thanks a lot.

Add a Comment