indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 162 forks source link

Add support for bottom content border #165

Closed jakepetroules closed 10 years ago

jakepetroules commented 10 years ago

One thing about this that'd be nice is that if you have a textured window you can show the bottom baseline separator and white accent line without having to draw it yourself.

Should we add a statusBarView which actually pushes the content view up as well, or leave it a rendering-only approach?

I can add a CoreUI renderer for this too.