Updates to the Toolbar

This commit is contained in:
michael starke
2013-07-27 00:19:16 +02:00
parent 5920697811
commit 3dfadd7af1
7 changed files with 451 additions and 70 deletions

View File

@@ -34,6 +34,8 @@
@property (unsafe_unretained) IBOutlet NSTextView *notesTextView;
@property (weak) IBOutlet NSTextField *customFieldsTextField;
@property (weak) IBOutlet NSButton *togglePassword;
@property (weak) IBOutlet NSImageView *modifiedImageView;
@property (weak) IBOutlet NSImageView *createdImageView;
@property (weak, nonatomic, readonly) KdbEntry *selectedEntry;