Notes are now displayed in a split view inside the inspector

This commit is contained in:
michael starke
2014-03-15 22:16:56 +01:00
parent 43b835d518
commit 1f75722e67
11 changed files with 405 additions and 1491 deletions

View File

@@ -24,7 +24,6 @@
@property (weak) IBOutlet NSSegmentedControl *infoTabControl;
@property (weak) IBOutlet NSTableView *attachmentTableView;
@property (weak) IBOutlet NSTableView *customFieldsTableView;
@property (unsafe_unretained) IBOutlet NSTextView *notesTextView;
@property (weak) IBOutlet NSButton *generatePasswordButton;
@property (weak) IBOutlet NSButton *togglePassword;