views:

259

answers:

2
+9  A: 

You add that with NSWindow's setContentBorderThickness:forEdge:, passing NSMinYEdge for the edge. Note that this will only work if the window is not textured.

smorgan
It doesn't help, I added it to the awakeFromNib method but I don't see any change.
Jeena
Now I understand, the window should not be textured. Thanks!
Jeena
Oops, I forgot about that; I ran into the same problem the first time I tried to use that method! I've added that to the answer, so hopefully others won't have to struggle with it.
smorgan
+1  A: 

Check out the Bottom Bars in BWToolkit.

neoneye