diff --git a/MacPass/Base.lproj/InspectorView.xib b/MacPass/Base.lproj/InspectorView.xib index 17fdf5a3..fb0f2093 100644 --- a/MacPass/Base.lproj/InspectorView.xib +++ b/MacPass/Base.lproj/InspectorView.xib @@ -2,9 +2,9 @@ 1080 - 12F37 + 12F45 4510 - 1187.39 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin @@ -126,8 +126,8 @@ - 268 - {{20, 2}, {42, 25}} + -2147483380 + {{20, 2}, {35, 25}} diff --git a/MacPass/MPEntryViewController.m b/MacPass/MPEntryViewController.m index fecb1105..dbded15b 100644 --- a/MacPass/MPEntryViewController.m +++ b/MacPass/MPEntryViewController.m @@ -231,7 +231,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell"; } else { assert(entry.parent); - [[view textField] bind:NSValueBinding toObject:entry.parent withKeyPath:@"parent.name" options:nil]; + [[view textField] bind:NSValueBinding toObject:entry.parent withKeyPath:@"name" options:nil]; [[view imageView] setImage:entry.iconImage]; } }