cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Flat button style #52

Closed starkos closed 9 years ago

starkos commented 9 years ago

Added a new button style named "flat", which hides the button border and background. This allows several shortcut controls to be placed into a table or other bordered view with a minimum of visual clutter.

screen shot 2014-11-24 at 8 09 44 am

torinkwok commented 9 years ago

Good job! It's really useful for me, thanks a ton!

On 11/24/14 21:17, starkos wrote:

Added a new button style named "flat", which hides the button border and background. This allows several shortcut controls to be placed into a table or other bordered view with a minimum of visual clutter.

screen shot 2014-11-24 at 8 09 44 am https://cloud.githubusercontent.com/assets/249247/5165353/5b4c3d24-73b1-11e4-8508-d576631887d6.png


    You can merge this Pull Request by running

git pull https://github.com/starkos/MASShortcut flat-button-style

Or view, comment on, or merge it at:

https://github.com/shpakovski/MASShortcut/pull/52

    Commit Summary

— Reply to this email directly or view it on GitHub https://github.com/shpakovski/MASShortcut/pull/52.

shpakovski commented 9 years ago

Awesome, thanks!

starkos commented 9 years ago

You're welcome, and thanks for accepting so quickly!