diff --git a/MacPass/EntryView.xib b/MacPass/EntryView.xib index 51fe8bc4..a7990dcf 100644 --- a/MacPass/EntryView.xib +++ b/MacPass/EntryView.xib @@ -288,6 +288,7 @@ + diff --git a/MacPass/MPOutlineViewController.h b/MacPass/MPOutlineViewController.h index 0e51714f..84be797f 100644 --- a/MacPass/MPOutlineViewController.h +++ b/MacPass/MPOutlineViewController.h @@ -16,9 +16,6 @@ APPKIT_EXTERN NSString *const MPOutlineViewDidChangeGroupSelection; @interface MPOutlineViewController : MPViewController - -@property (weak) IBOutlet HNHUIGradientView *bottomBar; - - (void)clearSelection; - (void)showOutline; - (void)regsiterNotificationsForDocument:(MPDocument *)document; diff --git a/MacPass/MPOutlineViewController.m b/MacPass/MPOutlineViewController.m index 722c5fac..3ff54fc4 100644 --- a/MacPass/MPOutlineViewController.m +++ b/MacPass/MPOutlineViewController.m @@ -35,7 +35,6 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell"; } @property (weak) IBOutlet NSOutlineView *outlineView; -@property (weak) IBOutlet NSButton *addGroupButton; @property (strong) NSTreeController *treeController; @property (strong) MPOutlineDataSource *datasource; @@ -79,9 +78,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell"; [self.outlineView registerForDraggedTypes:@[ KPKGroupUTI, KPKEntryUTI ]]; [self.outlineView setDraggingSourceOperationMask:NSDragOperationEvery forLocal:YES]; [self.outlineView setDoubleAction:@selector(_doubleClickedGroup:)]; - [self.bottomBar setBorderType:HNHBorderTop|HNHBorderHighlight]; - [self.addGroupButton setAction:[MPActionHelper actionOfType:MPActionAddGroup]]; - + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_didBecomeFirstResponder:) name:MPDidActivateViewNotification diff --git a/MacPass/OutlineView.xib b/MacPass/OutlineView.xib index 9fa95f41..7e356162 100644 --- a/MacPass/OutlineView.xib +++ b/MacPass/OutlineView.xib @@ -1,14 +1,12 @@ - + - + - - @@ -19,15 +17,14 @@ - + - + - + - @@ -51,7 +48,6 @@ - @@ -64,7 +60,6 @@ - @@ -79,12 +74,10 @@ - - @@ -100,7 +93,6 @@ - @@ -111,58 +103,27 @@ - - - - - - - - - - - - - - - - - - + - -