aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'MASShortcutView.h')
-rw-r--r--MASShortcutView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/MASShortcutView.h b/MASShortcutView.h
index d6a4313..c8a46bb 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