diff options
| author | Jason Perkins | 2014-11-24 08:07:41 -0500 |
|---|---|---|
| committer | Jason Perkins | 2014-11-24 08:07:41 -0500 |
| commit | 5c7dd533804812732d2e75606f19522578420990 (patch) | |
| tree | e69dd765db427a77eb4b127a8a833600790fdd34 /MASShortcutView.h | |
| parent | 7308a0927d0958e244f70c69fe87cb37c1b147a9 (diff) | |
| download | MASShortcut-5c7dd533804812732d2e75606f19522578420990.tar.bz2 | |
Add new "flat" button style
Hides the button border and background; good for placing several shortcut buttons into a table view.
Diffstat (limited to 'MASShortcutView.h')
| -rw-r--r-- | MASShortcutView.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MASShortcutView.h b/MASShortcutView.h index d6a4313..d798878 100644 --- a/MASShortcutView.h +++ b/MASShortcutView.h @@ -5,7 +5,8 @@ typedef enum { MASShortcutViewAppearanceDefault = 0, // Height = 19 px MASShortcutViewAppearanceTexturedRect, // Height = 25 px - MASShortcutViewAppearanceRounded // Height = 43 px + MASShortcutViewAppearanceRounded, // Height = 43 px + MASShortcutViewAppearanceFlat } MASShortcutViewAppearance; @interface MASShortcutView : NSView |
