mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 00:19:22 +00:00
Refactored to NS_ENUM and NS_OPTION
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#import "KdbGroup+Undo.h"
|
||||
#import "MPContextMenuHelper.h"
|
||||
#import "MPConstants.h"
|
||||
#import "HNHGradientView.h"
|
||||
|
||||
|
||||
@interface MPOutlineViewController () {
|
||||
@@ -64,6 +65,7 @@
|
||||
[self.outlineView setFloatsGroupRows:NO];
|
||||
[_outlineView registerForDraggedTypes:@[ MPPasteBoardType ]];
|
||||
[self.outlineView setDraggingSourceOperationMask:NSDragOperationEvery forLocal:YES];
|
||||
[_bottomBar setBorderType:HNHBorderTop];
|
||||
}
|
||||
|
||||
- (void)showOutline {
|
||||
|
||||
Reference in New Issue
Block a user