Filterbar now shows ups correctly with auto layout

Filtering enabled again, but very fragile
This commit is contained in:
michael starke
2013-06-09 03:55:52 +02:00
parent 1130f56567
commit 4fe6f617d6
8 changed files with 138 additions and 251 deletions

View File

@@ -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;