mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-15 03:33:52 +00:00
Filterbar now shows ups correctly with auto layout
Filtering enabled again, but very fragile
This commit is contained in:
@@ -28,11 +28,7 @@ typedef enum {
|
||||
@class KdbEntry;
|
||||
@class MPOutlineViewDelegate;
|
||||
|
||||
@interface MPEntryViewController : MPViewController <NSTableViewDelegate> {
|
||||
@private
|
||||
BOOL _isFilterBarVisible;
|
||||
}
|
||||
|
||||
@interface MPEntryViewController : MPViewController <NSTableViewDelegate>
|
||||
|
||||
@property (assign) KdbGroup *activeGroup;
|
||||
@property (readonly, assign, nonatomic) KdbEntry *selectedEntry;
|
||||
|
||||
Reference in New Issue
Block a user