diff options
Diffstat (limited to 'MASShortcutView.h')
| -rw-r--r-- | MASShortcutView.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MASShortcutView.h b/MASShortcutView.h index 707a1e9..5259123 100644 --- a/MASShortcutView.h +++ b/MASShortcutView.h @@ -1,8 +1,9 @@ @class MASShortcut; typedef enum { - MASShortcutViewAppearanceDefault = 0, - MASShortcutViewAppearanceTexturedRect + MASShortcutViewAppearanceDefault = 0, // Height = 19 px + MASShortcutViewAppearanceTexturedRect, // Height = 25 px + MASShortcutViewAppearanceRounded // Height = 43 px } MASShortcutViewAppearance; @interface MASShortcutView : NSView |
