Fixed issue that did not set the correct document version in MPDocument

Reverted undoable settings for Database
Updated to latest HNHUi
This commit is contained in:
Michael Starke
2013-06-30 13:40:18 +02:00
parent 0c3c99d5b7
commit ccd9c9cfa9
12 changed files with 681 additions and 436 deletions

View File

@@ -286,6 +286,7 @@ NSString *const MPCurrentItemChangedNotification = @"com.hicknhack.macpass.MPCur
[_splitView addSubview:inspectorView];
removeInspector = YES;
}
/* Maybe we should consider not double adding constraints */
NSDictionary *views = NSDictionaryOfVariableBindings(outlineView, inspectorView, entryView, _splitView);
[self.splitView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|[outlineView(>=150,<=250)]-1-[entryView(>=350)]-1-[inspectorView(>=200)]|"
options:0