lukakerr / NSWindowStyles

A showcase of the many different styles of windows possible with NSWindow on macOS
https://lukakerr.github.io/swift/nswindow-styles
Apache License 2.0
1.13k stars 38 forks source link

How to set NSToolBarItem to the right? #4

Closed piaojin closed 5 years ago

piaojin commented 5 years ago

How to set NSToolBarItem to the right? I cannot find any API to set the position of NSToolBarItem. Please share with me if you have any ideas. Thank you!

lukakerr commented 5 years ago

Use a flexibleSpace NSToolBarItem

piaojin commented 5 years ago

Use a flexibleSpace NSToolBarItem

@lukakerr Nice. Thank you!