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

@@ -14,7 +14,6 @@
@property (strong) IBOutlet NSView *contentView;
@property (weak) IBOutlet HNHRoundedTextField *titleTextField;
@property (unsafe_unretained) IBOutlet NSTextView *notesTextView;
@property (weak) IBOutlet NSButton *expiresCheckButton;