Fixed layout issues in Group inspector

Added key-file generator fixes #25 #76
Improvements on the context menu toolbar button to add templates entries
This commit is contained in:
michael starke
2013-08-13 20:50:42 +02:00
parent 5254ce0fe4
commit e0f2351c80
19 changed files with 806 additions and 372 deletions

View File

@@ -0,0 +1,16 @@
//
// MPSegmentedContextCell.h
// MacPass
//
// Created by Michael Starke on 13.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPSegmentedContextCell : NSSegmentedCell
@property (nonatomic, assign) SEL contextMenuAction;
@property (nonatomic, weak) id contextMenuTarget;
@end