diff --git a/MacPass/DatabaseSettingsWindow.xib b/MacPass/DatabaseSettingsWindow.xib index a63edda6..baa08124 100644 --- a/MacPass/DatabaseSettingsWindow.xib +++ b/MacPass/DatabaseSettingsWindow.xib @@ -63,8 +63,8 @@ DQ - - + + @@ -75,8 +75,8 @@ DQ - - + + @@ -84,8 +84,8 @@ DQ - - + + @@ -93,8 +93,8 @@ DQ - - + + @@ -110,8 +110,8 @@ DQ - - + + @@ -128,8 +128,8 @@ DQ - - + + @@ -137,8 +137,8 @@ DQ - - + + @@ -210,8 +210,8 @@ DQ - - - - + + @@ -243,8 +243,8 @@ DQ - - + + @@ -255,8 +255,8 @@ DQ - - - - + + @@ -361,8 +361,8 @@ DQ - - + + @@ -384,8 +384,8 @@ DQ - - + + @@ -393,8 +393,8 @@ DQ - - + + diff --git a/MacPass/EntryView.xib b/MacPass/EntryView.xib index 1c23cfc7..f90b1027 100644 --- a/MacPass/EntryView.xib +++ b/MacPass/EntryView.xib @@ -48,11 +48,11 @@ - + - - + + @@ -86,7 +86,7 @@ - + @@ -97,8 +97,8 @@ - - + + @@ -136,11 +136,11 @@ - + - - + + @@ -174,11 +174,11 @@ - + - - + + @@ -212,11 +212,11 @@ - + - - + + diff --git a/MacPass/MPEntryViewController.m b/MacPass/MPEntryViewController.m index 461e72d1..82adeee1 100644 --- a/MacPass/MPEntryViewController.m +++ b/MacPass/MPEntryViewController.m @@ -243,7 +243,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell"; else { view = [tableView makeViewWithIdentifier:_MPTableStringCellView owner:self]; NSTextField *textField = [view textField]; - if(!isModifedColumn && !isNotesColumn) { + if(!isModifedColumn) { /* clean up old formatter that might be left */ [textField setFormatter:nil]; }