Fixed #159 URL is now below Password

Sorting columns is added (as mentioned in #64)
This commit is contained in:
michael starke
2014-03-18 19:32:52 +01:00
parent a2064480d6
commit 6a28d03801
8 changed files with 27 additions and 24 deletions

View File

@@ -522,7 +522,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
for(NSMenuItem *item in [headerMenu itemArray]) {
NSUInteger index = [headerMenu indexOfItem:item];
NSTableColumn *column= [self.entryTable tableColumnWithIdentifier:identifier[index]];
[item bind:NSValueBinding toObject:column withKeyPath:@"hidden" options:options];
[item bind:NSValueBinding toObject:column withKeyPath:NSHiddenBinding options:options];
}
[[self.entryTable headerView] setMenu:headerMenu];